public enum TCHValueIndicator extends Enum<TCHValueIndicator>
Java class for TCHValueIndicator.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TCHValueIndicator"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="I"/> <enumeration value="R"/> <enumeration value="V"/> <enumeration value="D"/> </restriction> </simpleType>
Enum Constant and Description |
---|
D
TCH provided in the Runway Record is the default value of 40 or 50 feet (See Section 5.67).
|
I
TCH provided in Runway Record is that of the electronic Glide Slope
|
R
TCH provided in Runway Record is that of an RNAV procedure to the runway
|
V
TCH provided in the Runway Record is that of the VGSI for the runway (appears to be deprecated in 424-20)
|
Modifier and Type | Method and Description |
---|---|
static TCHValueIndicator |
fromValue(String v) |
String |
value() |
static TCHValueIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCHValueIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TCHValueIndicator I
public static final TCHValueIndicator R
public static final TCHValueIndicator V
public static final TCHValueIndicator D
public static TCHValueIndicator[] values()
for (TCHValueIndicator c : TCHValueIndicator.values()) System.out.println(c);
public static TCHValueIndicator 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 TCHValueIndicator fromValue(String v)
Copyright © 2017. All rights reserved.