Uses of Class
com.tailf.conf.ConfBits
-
Uses of ConfBits in com.tailf.conf
Modifier and TypeClassDescriptionclass
DATA_CONTAINER - Corresponds to the YANG bit32 type.class
DATA_CONTAINER - Corresponds to the YANG bit64 type.class
DATA_CONTAINER - Corresponds to the YANG bits type, where bit position exceed 63.Modifier and TypeMethodDescriptionstatic 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) LikegetValueByBitNamesString(ConfPath, String)
but takes a path string pointing to the bitset in the schema.Modifier and TypeMethodDescriptionint
CompareTo methodstatic 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) LikegetBitNamesByValue(ConfPath, ConfBits)
but takes a path string pointing to the bitset in the schema.