| Package | Description | 
|---|---|
| com.tailf.conf | 
 Data types and utilities for communication with the server. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConfBit32
DATA_CONTAINER - Corresponds to the YANG bit32 type. 
 | 
class  | 
ConfBit64
DATA_CONTAINER - Corresponds to the YANG bit64 type. 
 | 
class  | 
ConfBitBig
DATA_CONTAINER - Corresponds to the YANG bits type, where bit position
 exceed 63. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ConfBits | 
ConfBits.getValueByBitNamesString(ConfPath path,
                        String bitNames)
Get an ConfBits from the string of bitnames like "bit1 bit2 ...", i.e
 a space separated list of bitnames adhering to a specific position in
 the schema. 
 | 
static ConfBits | 
ConfBits.getValueByBitNamesString(String path,
                        String bitNames)
Like  
ConfBits.getValueByBitNamesString(ConfPath, String) but takes a path
 string pointing to the bitset in the schema. | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
ConfBits.compareTo(ConfBits o)
CompareTo method 
 | 
static String | 
ConfBits.getBitNamesByValue(ConfPath path,
                  ConfBits bits)
Get a string of bitnames like  bitnames like "bit1 bit2 ...", i.e
 a space separated list of bitnames from a ConfBits value. 
 | 
static String | 
ConfBits.getBitNamesByValue(String path,
                  ConfBits bits)
Like  
ConfBits.getBitNamesByValue(ConfPath, ConfBits) but takes a path
 string pointing to the bitset in the schema. |