public enum PublicTransportDataValueType extends java.lang.Enum<PublicTransportDataValueType>
| Enum Constant and Description |
|---|
DOOR_CHANGE
The 'DOOR CHANGE' literal object.
|
GEO_INFO
The 'GEO INFO' literal object.
|
LOCATION_MESSAGE
The 'LOCATION MESSAGE' literal object.
|
TELEGRAM
The 'TELEGRAM' literal object.
|
UNKNOWN
The 'UNKNOWN' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DOOR_CHANGE_VALUE
The 'DOOR CHANGE' literal value.
|
static int |
GEO_INFO_VALUE
The 'GEO INFO' literal value.
|
static int |
LOCATION_MESSAGE_VALUE
The 'LOCATION MESSAGE' literal value.
|
static int |
TELEGRAM_VALUE
The 'TELEGRAM' literal value.
|
static int |
UNKNOWN_VALUE
The 'UNKNOWN' literal value.
|
static java.util.List<PublicTransportDataValueType> |
VALUES
A public read-only list of all the 'Public Transport Data Value Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicTransportDataValueType |
get(int value)
Returns the 'Public Transport Data Value Type' literal with the specified integer value.
|
static PublicTransportDataValueType |
get(java.lang.String literal)
Returns the 'Public Transport Data Value Type' literal with the specified literal value.
|
static PublicTransportDataValueType |
getByName(java.lang.String name)
Returns the 'Public Transport Data Value 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 PublicTransportDataValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PublicTransportDataValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublicTransportDataValueType UNKNOWN
UNKNOWN_VALUEpublic static final PublicTransportDataValueType DOOR_CHANGE
DOOR_CHANGE_VALUEpublic static final PublicTransportDataValueType TELEGRAM
TELEGRAM_VALUEpublic static final PublicTransportDataValueType GEO_INFO
GEO_INFO_VALUEpublic static final PublicTransportDataValueType LOCATION_MESSAGE
LOCATION_MESSAGE_VALUEpublic static final int UNKNOWN_VALUE
UNKNOWN,
Constant Field Valuespublic static final int DOOR_CHANGE_VALUE
DOOR_CHANGE,
Constant Field Valuespublic static final int TELEGRAM_VALUE
TELEGRAM,
Constant Field Valuespublic static final int GEO_INFO_VALUE
GEO_INFO,
Constant Field Valuespublic static final int LOCATION_MESSAGE_VALUE
LOCATION_MESSAGE,
Constant Field Valuespublic static final java.util.List<PublicTransportDataValueType> VALUES
public static PublicTransportDataValueType[] values()
for (PublicTransportDataValueType c : PublicTransportDataValueType.values()) System.out.println(c);
public static PublicTransportDataValueType 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 PublicTransportDataValueType get(java.lang.String literal)
literal - the literal.null.public static PublicTransportDataValueType getByName(java.lang.String name)
name - the name.null.public static PublicTransportDataValueType 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<PublicTransportDataValueType>Data In Motion Consuling GmbH - All rights reserved