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="TchOfElectricGlideSlope"/>
     <enumeration value="TchRnavToRunway"/>
     <enumeration value="TchVgsi"/>
     <enumeration value="TchDefaulted"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
| TCH_DEFAULTEDTCH provided in the Runway Record is the default value of 40 or 50 feet (See Section 5.67). | 
| TCH_OF_ELECTRIC_GLIDE_SLOPETCH provided in Runway Record is that of the electronic Glide Slope | 
| TCH_RNAV_TO_RUNWAYTCH provided in Runway Record is that of an RNAV procedure to the runway | 
| TCH_VGSITCH provided in the Runway Record is that of the VGSI for the runway | 
| 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 TCH_OF_ELECTRIC_GLIDE_SLOPE
public static final TchValueIndicator TCH_RNAV_TO_RUNWAY
public static final TchValueIndicator TCH_VGSI
public static final TchValueIndicator TCH_DEFAULTED
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 © 2020. All rights reserved.