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="Vdf"/>
<enumeration value="NotEnglish"/>
<enumeration value="MilitaryUseFreq"/>
<enumeration value="RCAG"/>
<enumeration value="RCO"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
MILITARY_USE_FREQ
Military Use Frequency
|
NOT_ENGLISH
Language other than English
|
RCAG
Remote Communication Air to Ground (RCAG)
|
RCO
Remote Communication Outlet (RCO)
|
VDF
VHF Direction Finding Service (VDF)
|
| 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 VDF
public static final ServiceIndicatorEnrouteInformation NOT_ENGLISH
public static final ServiceIndicatorEnrouteInformation MILITARY_USE_FREQ
public static final ServiceIndicatorEnrouteInformation RCAG
public static final ServiceIndicatorEnrouteInformation RCO
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 © 2020. All rights reserved.