public enum Ll7 extends Enum<Ll7>
| Enum Constant and Description |
|---|
B1
Represents b1.
|
B2
Represents b2.
|
B3
Represents b3.
|
| Modifier and Type | Method and Description |
|---|---|
static BitSet |
fromString(String valInString)
Returns the object of ll7 fromString input String ll7.
|
int |
ll7()
Returns the attribute ll7.
|
static Ll7 |
of(int value)
Returns the object of ll7 for.
|
static Ll7 |
of(String value)
Returns the object of ll7 for.
|
static String |
toString(BitSet bits) |
static Ll7 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ll7[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ll7 B1
public static final Ll7 B2
public static final Ll7 B3
public static Ll7[] values()
for (Ll7 c : Ll7.values()) System.out.println(c);
public static Ll7 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 Ll7 of(int value)
value - value of ll7 forpublic static Ll7 of(String value)
value - value of ll7 forpublic int ll7()
public static BitSet fromString(String valInString)
valInString - value of input StringCopyright © 2018. All rights reserved.