public enum VmsMessageInformationTypeEnum extends Enum<VmsMessageInformationTypeEnum>
Java class for VmsMessageInformationTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VmsMessageInformationTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="campaignMessage"/>
<enumeration value="dateTime"/>
<enumeration value="futureInformation"/>
<enumeration value="instructionOrMessage"/>
<enumeration value="situationWarning"/>
<enumeration value="temperature"/>
<enumeration value="trafficManagement"/>
<enumeration value="travelTime"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CAMPAIGN_MESSAGE |
DATE_TIME |
FUTURE_INFORMATION |
INSTRUCTION_OR_MESSAGE |
SITUATION_WARNING |
TEMPERATURE |
TRAFFIC_MANAGEMENT |
TRAVEL_TIME |
| Modifier and Type | Method and Description |
|---|---|
static VmsMessageInformationTypeEnum |
fromValue(String v) |
String |
value() |
static VmsMessageInformationTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmsMessageInformationTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VmsMessageInformationTypeEnum CAMPAIGN_MESSAGE
public static final VmsMessageInformationTypeEnum DATE_TIME
public static final VmsMessageInformationTypeEnum FUTURE_INFORMATION
public static final VmsMessageInformationTypeEnum INSTRUCTION_OR_MESSAGE
public static final VmsMessageInformationTypeEnum SITUATION_WARNING
public static final VmsMessageInformationTypeEnum TEMPERATURE
public static final VmsMessageInformationTypeEnum TRAFFIC_MANAGEMENT
public static final VmsMessageInformationTypeEnum TRAVEL_TIME
public static VmsMessageInformationTypeEnum[] values()
for (VmsMessageInformationTypeEnum c : VmsMessageInformationTypeEnum.values()) System.out.println(c);
public static VmsMessageInformationTypeEnum 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 String value()
public static VmsMessageInformationTypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.