public enum TeHopTypeEnum extends Enum<TeHopTypeEnum>
| Enum Constant and Description |
|---|
LOOSE
Represents lOOSE.
|
STRICT
Represents sTRICT.
|
| Modifier and Type | Method and Description |
|---|---|
static TeHopTypeEnum |
of(int value)
Returns the object of teHopTypeEnum for.
|
static TeHopTypeEnum |
of(String value)
Returns the object of teHopTypeEnum for.
|
int |
teHopTypeEnum()
Returns the attribute teHopTypeEnum.
|
String |
toString() |
static TeHopTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeHopTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeHopTypeEnum LOOSE
public static final TeHopTypeEnum STRICT
public static TeHopTypeEnum[] values()
for (TeHopTypeEnum c : TeHopTypeEnum.values()) System.out.println(c);
public static TeHopTypeEnum 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 TeHopTypeEnum of(int value)
value - value of teHopTypeEnum forpublic static TeHopTypeEnum of(String value)
value - value of teHopTypeEnum forpublic int teHopTypeEnum()
public String toString()
toString in class Enum<TeHopTypeEnum>Copyright © 2018. All rights reserved.