public final class BitsTypedef extends Object
| Constructor and Description |
|---|
BitsTypedef(BitSet bits)
Creates an instance of bits.
|
| Modifier and Type | Method and Description |
|---|---|
BitSet |
bits()
Returns the attribute bits.
|
void |
bits(BitSet bits)
Sets the attribute bits.
|
boolean |
equals(Object obj) |
static BitsTypedef |
fromString(String valInString)
Returns the object of bitsTypedef fromString input String bitsTypedef.
|
int |
hashCode() |
static BitsTypedef |
of(BitSet value)
Returns the object of bitsTypedef for type bits.
|
String |
toString() |
public BitsTypedef(BitSet bits)
bits - value of bitspublic static BitsTypedef of(BitSet value)
value - value of bitsTypedef for type bitspublic BitSet bits()
public void bits(BitSet bits)
bits - value of bitspublic static BitsTypedef fromString(String valInString)
valInString - value of input StringCopyright © 2018. All rights reserved.