Uses of Class
com.tailf.conf.ConfEnumeration
Packages that use ConfEnumeration
Package
Description
Data types and utilities for communication with the server.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
-
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.