public enum IntersectionStateType extends java.lang.Enum<IntersectionStateType>
| Enum Constant and Description |
|---|
DISABLED_DARK
The 'DISABLED DARK' literal object.
|
DISABLED_DEFAULT
The 'DISABLED DEFAULT' literal object.
|
DISABLED_FLASH_ALL
The 'DISABLED FLASH ALL' literal object.
|
DISABLED_FLASH_SECONDARY
The 'DISABLED FLASH SECONDARY' literal object.
|
ENABLED
The 'ENABLED' literal object.
|
NONE
The 'NONE' literal object.
|
UNKNOWN
The 'UNKNOWN' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DISABLED_DARK_VALUE
The 'DISABLED DARK' literal value.
|
static int |
DISABLED_DEFAULT_VALUE
The 'DISABLED DEFAULT' literal value.
|
static int |
DISABLED_FLASH_ALL_VALUE
The 'DISABLED FLASH ALL' literal value.
|
static int |
DISABLED_FLASH_SECONDARY_VALUE
The 'DISABLED FLASH SECONDARY' literal value.
|
static int |
ENABLED_VALUE
The 'ENABLED' literal value.
|
static int |
NONE_VALUE
The 'NONE' literal value.
|
static int |
UNKNOWN_VALUE
The 'UNKNOWN' literal value.
|
static java.util.List<IntersectionStateType> |
VALUES
A public read-only list of all the 'Intersection State Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IntersectionStateType |
get(int value)
Returns the 'Intersection State Type' literal with the specified integer value.
|
static IntersectionStateType |
get(java.lang.String literal)
Returns the 'Intersection State Type' literal with the specified literal value.
|
static IntersectionStateType |
getByName(java.lang.String name)
Returns the 'Intersection State 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 IntersectionStateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IntersectionStateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntersectionStateType UNKNOWN
UNKNOWN_VALUEpublic static final IntersectionStateType NONE
NONE_VALUEpublic static final IntersectionStateType ENABLED
ENABLED_VALUEpublic static final IntersectionStateType DISABLED_DARK
DISABLED_DARK_VALUEpublic static final IntersectionStateType DISABLED_FLASH_SECONDARY
DISABLED_FLASH_SECONDARY_VALUEpublic static final IntersectionStateType DISABLED_FLASH_ALL
DISABLED_FLASH_ALL_VALUEpublic static final IntersectionStateType DISABLED_DEFAULT
DISABLED_DEFAULT_VALUEpublic static final int UNKNOWN_VALUE
UNKNOWN,
Constant Field Valuespublic static final int NONE_VALUE
NONE,
Constant Field Valuespublic static final int ENABLED_VALUE
ENABLED,
Constant Field Valuespublic static final int DISABLED_DARK_VALUE
DISABLED_DARK,
Constant Field Valuespublic static final int DISABLED_FLASH_SECONDARY_VALUE
DISABLED_FLASH_SECONDARY,
Constant Field Valuespublic static final int DISABLED_FLASH_ALL_VALUE
DISABLED_FLASH_ALL,
Constant Field Valuespublic static final int DISABLED_DEFAULT_VALUE
DISABLED_DEFAULT,
Constant Field Valuespublic static final java.util.List<IntersectionStateType> VALUES
public static IntersectionStateType[] values()
for (IntersectionStateType c : IntersectionStateType.values()) System.out.println(c);
public static IntersectionStateType 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 IntersectionStateType get(java.lang.String literal)
literal - the literal.null.public static IntersectionStateType getByName(java.lang.String name)
name - the name.null.public static IntersectionStateType 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<IntersectionStateType>Data In Motion GmbH all rights reserved