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(Boolean b) |
Returns the enum constant of this type with the specified name.
|
static EnumBit |
EnumBit.valueOf(Integer i) |
Returns the enum constant of this type with the specified name.
|
static EnumBit |
EnumBit.valueOf(Long l) |
Returns the enum constant of this type with the specified name.
|
static EnumBit |
EnumBit.valueOf(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.
|