| Package | Description | 
|---|---|
| com.tailf.conf | 
 Data types and utilities for communication with the server. 
 | 
| com.tailf.navu | 
 NAVU (Navigation Utilities) is an API which provides increased
 accessibility to the ConfD/NCS populated data model tree:
 NAVU-Tree. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PreparedXMLStatement.setEnumeration(int index,
              ConfEnumeration val)
Deprecated.  
 |