public enum LocalizerAzimuthPositionReference extends Enum<LocalizerAzimuthPositionReference>
Java class for LocalizerAzimuthPositionReference.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="LocalizerAzimuthPositionReference">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="BeyondStopEnd"/>
     <enumeration value="BeforeApproachEnd"/>
     <enumeration value="OffToSide"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
BEFORE_APPROACH_END
For Localizer and Azimuth positions the field contains a plus (+) sign when the antenna is situated ahead of the approach end of the runway
 For Back Azimuth positions the field contains a plus (+) sign when the antenna is situated beyond the stop end of the runway 
 | 
BEYOND_STOP_END
For Localizer and Azimuth positions the field is blank (@) when the antenna is situated beyond the stop end of the runway,
 For Back Azimuth positions the field is blank (@) when the antenna is situated ahead of the approach end of the runway 
 | 
OFF_TO_SIDE
For Localizer and Azimuth positions the field contains a plus (-) sign when the antenna is located off to one side of the runway
 For Back Azimuth positions the field contains a plus (-) sign when it is located off to one side of the runway. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LocalizerAzimuthPositionReference | 
fromValue(String v)  | 
String | 
value()  | 
static LocalizerAzimuthPositionReference | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LocalizerAzimuthPositionReference[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final LocalizerAzimuthPositionReference BEYOND_STOP_END
public static final LocalizerAzimuthPositionReference BEFORE_APPROACH_END
public static final LocalizerAzimuthPositionReference OFF_TO_SIDE
public static LocalizerAzimuthPositionReference[] values()
for (LocalizerAzimuthPositionReference c : LocalizerAzimuthPositionReference.values()) System.out.println(c);
public static LocalizerAzimuthPositionReference 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 LocalizerAzimuthPositionReference fromValue(String v)
Copyright © 2020. All rights reserved.