public enum Lfbits extends Enum<Lfbits>
| Enum Constant and Description |
|---|
BIT1
Represents bit1.
|
BIT2
Represents bit2.
|
BIT3
Represents bit3.
|
BIT4
Represents bit4.
|
| Modifier and Type | Method and Description |
|---|---|
static BitSet |
fromString(String valInString)
Returns the object of lfbits fromString input String lfbits.
|
int |
lfbits()
Returns the attribute lfbits.
|
static Lfbits |
of(int value)
Returns the object of lfbits for.
|
static Lfbits |
of(String value)
Returns the object of lfbits for.
|
static String |
toString(BitSet bits) |
static Lfbits |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lfbits[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lfbits BIT1
public static final Lfbits BIT2
public static final Lfbits BIT3
public static final Lfbits BIT4
public static Lfbits[] values()
for (Lfbits c : Lfbits.values()) System.out.println(c);
public static Lfbits valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Lfbits of(int value)
value - value of lfbits forpublic static Lfbits of(String value)
value - value of lfbits forpublic int lfbits()
public static BitSet fromString(String valInString)
valInString - value of input StringCopyright © 2017. All rights reserved.