public enum ControlledAsIndicator extends Enum<ControlledAsIndicator>
Java class for ControlledAsIndicator.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ControlledAsIndicator">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="WithinOrBelowClassC"/>
<enumeration value="WithinOrBelowCta"/>
<enumeration value="WithinOrBelowTmsTca"/>
<enumeration value="WithinOrBelowRadarZone"/>
<enumeration value="WithinOrBelowClassB"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
WITHIN_OR_BELOW_CLASS_B
The Airport is within or below the lateral limits of Class B Airspace.
|
WITHIN_OR_BELOW_CLASS_C
The Airport is within or below the lateral limits of Class C Airspace.
|
WITHIN_OR_BELOW_CTA
The Airport is within or below the lateral limits of a CTA.
|
WITHIN_OR_BELOW_RADAR_ZONE
The Airport is within or below the lateral limits Radar Zone
|
WITHIN_OR_BELOW_TMS_TCA
The Airport is within or below the lateral limits of a TMA or TCA.
|
| Modifier and Type | Method and Description |
|---|---|
static ControlledAsIndicator |
fromValue(String v) |
String |
value() |
static ControlledAsIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlledAsIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlledAsIndicator WITHIN_OR_BELOW_CLASS_C
public static final ControlledAsIndicator WITHIN_OR_BELOW_CTA
public static final ControlledAsIndicator WITHIN_OR_BELOW_TMS_TCA
public static final ControlledAsIndicator WITHIN_OR_BELOW_RADAR_ZONE
public static final ControlledAsIndicator WITHIN_OR_BELOW_CLASS_B
public static ControlledAsIndicator[] values()
for (ControlledAsIndicator c : ControlledAsIndicator.values()) System.out.println(c);
public static ControlledAsIndicator 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 ControlledAsIndicator fromValue(String v)
Copyright © 2020. All rights reserved.