public static enum TmpEnum.QoSLevel extends java.lang.Enum<TmpEnum.QoSLevel>
Modifier and Type | Method and Description |
---|---|
static TmpEnum.QoSLevel |
getQoSLevel(int value) |
static TmpEnum.QoSLevel |
getQoSLevel(java.lang.String value) |
int |
getValue() |
static TmpEnum.QoSLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TmpEnum.QoSLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TmpEnum.QoSLevel QoS_CON
public static final TmpEnum.QoSLevel QoS_NON
public static TmpEnum.QoSLevel[] values()
for (TmpEnum.QoSLevel c : TmpEnum.QoSLevel.values()) System.out.println(c);
public static TmpEnum.QoSLevel 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 nullpublic int getValue()
public static TmpEnum.QoSLevel getQoSLevel(int value)
public static TmpEnum.QoSLevel getQoSLevel(java.lang.String value)