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