public enum NdbNavaidIfMarkerInfo extends Enum<NdbNavaidIfMarkerInfo>
Java class for NdbNavaidIfMarkerInfo.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="NdbNavaidIfMarkerInfo"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="InnerMarker"/> <enumeration value="MiddleMarker"/> <enumeration value="OuterMarker"/> <enumeration value="BackMarker"/> </restriction> </simpleType>
Enum Constant and Description |
---|
BACK_MARKER
Back Marker.
|
INNER_MARKER
Inner Marker.
|
MIDDLE_MARKER
Middle Marker.
|
OUTER_MARKER
Outer Marker.
|
Modifier and Type | Method and Description |
---|---|
static NdbNavaidIfMarkerInfo |
fromValue(String v) |
String |
value() |
static NdbNavaidIfMarkerInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NdbNavaidIfMarkerInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NdbNavaidIfMarkerInfo INNER_MARKER
public static final NdbNavaidIfMarkerInfo MIDDLE_MARKER
public static final NdbNavaidIfMarkerInfo OUTER_MARKER
public static final NdbNavaidIfMarkerInfo BACK_MARKER
public static NdbNavaidIfMarkerInfo[] values()
for (NdbNavaidIfMarkerInfo c : NdbNavaidIfMarkerInfo.values()) System.out.println(c);
public static NdbNavaidIfMarkerInfo 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 NdbNavaidIfMarkerInfo fromValue(String v)
Copyright © 2017. All rights reserved.