Uses of Enum
org.cdlib.mrt.core.Checkm.ColMap
Packages that use Checkm.ColMap
-
Uses of Checkm.ColMap in org.cdlib.mrt.core
Fields in org.cdlib.mrt.core with type parameters of type Checkm.ColMapModifier and TypeFieldDescriptionprotected Hashtable<Checkm.ColMap,
Integer> Checkm.columnMap
protected Hashtable<Integer,
Checkm.ColMap> Checkm.orderMap
Methods in org.cdlib.mrt.core that return Checkm.ColMapModifier and TypeMethodDescriptionstatic Checkm.ColMap
Returns the enum constant of this type with the specified name.static Checkm.ColMap
Checkm.ColMap.valueOf
(Checkm.Prefix type, String n) get enumeration based on provided type, name and versionstatic Checkm.ColMap[]
Checkm.ColMap.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdlib.mrt.core with parameters of type Checkm.ColMapModifier and TypeMethodDescriptionprotected Integer
Checkm.getCol
(Checkm.ColMap val) From column content type get column positionprotected String
Checkm.getVal
(Checkm.ColMap type, String[] items) Get content for this columnprotected String
Checkm.getValNoDec
(Checkm.ColMap type, String[] items) Get value of column without decodingprotected void
Checkm.setCol
(String[] disp, Checkm.ColMap val, String value) Set col output display of content for column existsprotected boolean
Checkm.testVal
(Checkm.ColMap type, String[] items) Does content for this column exist