Uses of Class
org.biojava.nbio.genome.parsers.cytoband.StainType
-
Packages that use StainType Package Description org.biojava.nbio.genome.parsers.cytoband -
-
Uses of StainType in org.biojava.nbio.genome.parsers.cytoband
Methods in org.biojava.nbio.genome.parsers.cytoband that return StainType Modifier and Type Method Description static StainTypeStainType. getStainTypeFromString(java.lang.String type)StainTypeCytoband. getType()static StainTypeStainType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StainType[]StainType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.genome.parsers.cytoband with parameters of type StainType Modifier and Type Method Description voidCytoband. setType(StainType type)
-