All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rcsb.cif.schema.generator.FloatCol Maven / Gradle / Ivy

package org.rcsb.cif.schema.generator;

class FloatCol extends Col {
    FloatCol(String description) {
        super("float", description);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy