public enum ClearAreaType extends java.lang.Enum<ClearAreaType>
TOSDevicePackage.getClearAreaType()| Enum Constant and Description |
|---|
CLEAR_MAIN
The 'Clear Main' literal object.
|
CLEAR_PEDESTRIAN
The 'Clear Pedestrian' literal object.
|
CLEAR_SECONDARY
The 'Clear Secondary' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CLEAR_MAIN_VALUE
The 'Clear Main' literal value.
|
static int |
CLEAR_PEDESTRIAN_VALUE
The 'Clear Pedestrian' literal value.
|
static int |
CLEAR_SECONDARY_VALUE
The 'Clear Secondary' literal value.
|
static java.util.List<ClearAreaType> |
VALUES
A public read-only list of all the 'Clear Area Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ClearAreaType |
get(int value)
Returns the 'Clear Area Type' literal with the specified integer value.
|
static ClearAreaType |
get(java.lang.String literal)
Returns the 'Clear Area Type' literal with the specified literal value.
|
static ClearAreaType |
getByName(java.lang.String name)
Returns the 'Clear Area Type' literal with the specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static ClearAreaType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClearAreaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClearAreaType CLEAR_PEDESTRIAN
CLEAR_PEDESTRIAN_VALUEpublic static final ClearAreaType CLEAR_MAIN
CLEAR_MAIN_VALUEpublic static final ClearAreaType CLEAR_SECONDARY
CLEAR_SECONDARY_VALUEpublic static final int CLEAR_PEDESTRIAN_VALUE
CLEAR_PEDESTRIAN,
Constant Field Valuespublic static final int CLEAR_MAIN_VALUE
CLEAR_MAIN,
Constant Field Valuespublic static final int CLEAR_SECONDARY_VALUE
CLEAR_SECONDARY,
Constant Field Valuespublic static final java.util.List<ClearAreaType> VALUES
public static ClearAreaType[] values()
for (ClearAreaType c : ClearAreaType.values()) System.out.println(c);
public static ClearAreaType 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 static ClearAreaType get(java.lang.String literal)
literal - the literal.null.public static ClearAreaType getByName(java.lang.String name)
name - the name.null.public static ClearAreaType get(int value)
value - the integer value.null.public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString in class java.lang.Enum<ClearAreaType>Data In Motion GmbH all rights reserved