Uses of Enum Class
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.columnMapprotected Hashtable<Integer, Checkm.ColMap> Checkm.orderMapMethods in org.cdlib.mrt.core that return Checkm.ColMapModifier and TypeMethodDescriptionstatic Checkm.ColMapReturns the enum constant of this class with the specified name.static Checkm.ColMapCheckm.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 class, in the order they are declared.Methods in org.cdlib.mrt.core with parameters of type Checkm.ColMapModifier and TypeMethodDescriptionprotected IntegerCheckm.getCol(Checkm.ColMap val) From column content type get column positionprotected StringCheckm.getVal(Checkm.ColMap type, String[] items) Get content for this columnprotected StringCheckm.getValNoDec(Checkm.ColMap type, String[] items) Get value of column without decodingprotected voidCheckm.setCol(String[] disp, Checkm.ColMap val, String value) Set col output display of content for column existsprotected booleanCheckm.testVal(Checkm.ColMap type, String[] items) Does content for this column exist