Uses of Class
com.tailf.conf.ConfEnumeration
Packages that use ConfEnumeration
-
Uses of ConfEnumeration in com.tailf.conf
Methods in com.tailf.conf that return ConfEnumerationModifier and TypeMethodDescriptionstatic ConfEnumeration
ConfEnumeration.getEnumByLabel
(ConfPath path, String label) Get an ConfEnumeration from the string label at a given position in the schema.static ConfEnumeration
ConfEnumeration.getEnumByLabel
(String path, String label) Get an ConfEnumeration from the string label at a given position in the schema.Methods in com.tailf.conf with parameters of type ConfEnumerationModifier and TypeMethodDescriptionint
ConfEnumeration.compareTo
(ConfEnumeration o) static String
ConfEnumeration.getLabelByEnum
(ConfPath path, ConfEnumeration e) Get the string label of an enumeration at a given position in the schema.static String
ConfEnumeration.getLabelByEnum
(String path, ConfEnumeration e) Get the string label of an enumeration at a given position in the schema.