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

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

package org.rcsb.cif.schema.generator;

class StrCol extends Col {
    StrCol(String description) {
        super("str", description);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy