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="space"/> <enumeration value="+"/> <enumeration value="-"/> </restriction> </simpleType>
Enum Constant and Description |
---|
VALUE_1
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
|
VALUE_2
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
|
VALUE_3
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 VALUE_1
public static final LocalizerAzimuthPositionReference VALUE_2
public static final LocalizerAzimuthPositionReference VALUE_3
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 © 2017. All rights reserved.