public enum NavaidLimitationCode extends Enum<NavaidLimitationCode>
Java class for NavaidLimitationCode.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="NavaidLimitationCode">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="C"/>
<enumeration value="F"/>
<enumeration value="G"/>
<enumeration value="N"/>
<enumeration value="R"/>
<enumeration value="T"/>
<enumeration value="U"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
C
Coverage, the limitations are expressed as maximum reception reliability
|
F
Fluctuations, radial(s) are affected by course fluctuations.
|
G
Roughness, signal roughness experienced in the sector(s) defined.
|
N
Unreliable in the sector(s), at the altitude(s), at the distance(s) defined.
|
R
Restricted in the sector(s), at the altitude(s), at the distance(s) defined
|
T
Unusable in the sector(s), at the altitude(s), at the distance(s) defined.
|
U
Out of Tolerance in the sector(s), at the altitude(s), at the distance(s) defined.
|
| Modifier and Type | Method and Description |
|---|---|
static NavaidLimitationCode |
fromValue(String v) |
String |
value() |
static NavaidLimitationCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavaidLimitationCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavaidLimitationCode C
public static final NavaidLimitationCode F
public static final NavaidLimitationCode G
public static final NavaidLimitationCode N
public static final NavaidLimitationCode R
public static final NavaidLimitationCode T
public static final NavaidLimitationCode U
public static NavaidLimitationCode[] values()
for (NavaidLimitationCode c : NavaidLimitationCode.values()) System.out.println(c);
public static NavaidLimitationCode 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 NavaidLimitationCode fromValue(String v)
Copyright © 2017. All rights reserved.