static EnumBit |
EnumBit.valueOf(boolean b) |
Returns the enum constant of this type with the specified name.
|
static EnumBit |
EnumBit.valueOf(char c) |
Returns the enum constant of this type with the specified name.
|
static EnumBit |
EnumBit.valueOf(java.lang.Boolean b) |
Returns the enum constant of this type with the specified name.
|
static EnumBit |
EnumBit.valueOf(java.lang.Integer i) |
Returns the enum constant of this type with the specified name.
|
static EnumBit |
EnumBit.valueOf(java.lang.Long l) |
Returns the enum constant of this type with the specified name.
|
static EnumBit |
EnumBit.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static EnumBit[] |
EnumBit.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|