public static enum DirectionHelper.SeqType extends Enum<DirectionHelper.SeqType>
| Enum Constant and Description |
|---|
TYPE_1 |
TYPE_10 |
TYPE_11 |
TYPE_2 |
TYPE_3 |
TYPE_4 |
TYPE_5 |
TYPE_6 |
TYPE_7 |
TYPE_8 |
TYPE_9 |
| Modifier and Type | Method and Description |
|---|---|
static DirectionHelper.SeqType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectionHelper.SeqType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirectionHelper.SeqType TYPE_1
public static final DirectionHelper.SeqType TYPE_2
public static final DirectionHelper.SeqType TYPE_3
public static final DirectionHelper.SeqType TYPE_4
public static final DirectionHelper.SeqType TYPE_5
public static final DirectionHelper.SeqType TYPE_6
public static final DirectionHelper.SeqType TYPE_7
public static final DirectionHelper.SeqType TYPE_8
public static final DirectionHelper.SeqType TYPE_9
public static final DirectionHelper.SeqType TYPE_10
public static final DirectionHelper.SeqType TYPE_11
public static DirectionHelper.SeqType[] values()
for (DirectionHelper.SeqType c : DirectionHelper.SeqType.values()) System.out.println(c);
public static DirectionHelper.SeqType 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 nullCopyright © 2020. All rights reserved.