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

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

package org.rcsb.cif.schema.generator;

class IntCol extends Col {
    IntCol(String description) {
        super("int", description);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy