public enum ServiceIndicatorEnrouteInformation extends Enum<ServiceIndicatorEnrouteInformation>
Java class for ServiceIndicatorEnrouteInformation.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ServiceIndicatorEnrouteInformation"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="D"/> <enumeration value="L"/> <enumeration value="M"/> <enumeration value="G"/> <enumeration value="R"/> </restriction> </simpleType>
Enum Constant and Description |
---|
D
VHF Direction Finding Service (VDF)
|
G
Remote communication air to ground (RCAG)
|
L
Language other than English
|
M
Military Use Frequency
|
R
Remote Communication Outlet (RCO)
|
Modifier and Type | Method and Description |
---|---|
static ServiceIndicatorEnrouteInformation |
fromValue(String v) |
String |
value() |
static ServiceIndicatorEnrouteInformation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceIndicatorEnrouteInformation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceIndicatorEnrouteInformation D
public static final ServiceIndicatorEnrouteInformation L
public static final ServiceIndicatorEnrouteInformation M
public static final ServiceIndicatorEnrouteInformation G
public static final ServiceIndicatorEnrouteInformation R
public static ServiceIndicatorEnrouteInformation[] values()
for (ServiceIndicatorEnrouteInformation c : ServiceIndicatorEnrouteInformation.values()) System.out.println(c);
public static ServiceIndicatorEnrouteInformation 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 ServiceIndicatorEnrouteInformation fromValue(String v)
Copyright © 2017. All rights reserved.