public static enum SixteenSegment.Segment extends java.lang.Enum<SixteenSegment.Segment>
| Enum Constant and Description |
|---|
A1 |
A2 |
B |
C |
D1 |
D2 |
DOT |
E |
F |
G |
H |
J |
K |
L |
M |
N |
P |
| Modifier and Type | Method and Description |
|---|---|
static SixteenSegment.Segment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SixteenSegment.Segment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SixteenSegment.Segment A1
public static final SixteenSegment.Segment A2
public static final SixteenSegment.Segment B
public static final SixteenSegment.Segment C
public static final SixteenSegment.Segment D2
public static final SixteenSegment.Segment D1
public static final SixteenSegment.Segment E
public static final SixteenSegment.Segment F
public static final SixteenSegment.Segment G
public static final SixteenSegment.Segment H
public static final SixteenSegment.Segment J
public static final SixteenSegment.Segment K
public static final SixteenSegment.Segment L
public static final SixteenSegment.Segment M
public static final SixteenSegment.Segment N
public static final SixteenSegment.Segment P
public static final SixteenSegment.Segment DOT
public static SixteenSegment.Segment[] values()
for (SixteenSegment.Segment c : SixteenSegment.Segment.values()) System.out.println(c);
public static SixteenSegment.Segment valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null