Class BitStringWithNamedBits.NamedBit
-
- All Implemented Interfaces:
DataObject,Immutable,Serializable
- Enclosing class:
- BitStringWithNamedBits
public static class BitStringWithNamedBits.NamedBit extends NamedInteger
Represents a single named bit as a NamedInteger.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Constructor Detail
-
NamedBit
public NamedBit(int value, String name)Constructs a NamedBit for the given bit number and associated name.- Parameters:
value- bit numbername- bit name
-
-