public enum AhLocalizerMarkerLocatorFacility2 extends Enum<AhLocalizerMarkerLocatorFacility2>
Java class for AhLocalizerMarkerLocatorFacility2.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AhLocalizerMarkerLocatorFacility2">
<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 AhLocalizerMarkerLocatorFacility2 |
fromValue(String v) |
String |
value() |
static AhLocalizerMarkerLocatorFacility2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AhLocalizerMarkerLocatorFacility2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AhLocalizerMarkerLocatorFacility2 INNER_MARKER
public static final AhLocalizerMarkerLocatorFacility2 MIDDLE_MARKER
public static final AhLocalizerMarkerLocatorFacility2 OUTER_MARKER
public static final AhLocalizerMarkerLocatorFacility2 BACK_MARKER
public static AhLocalizerMarkerLocatorFacility2[] values()
for (AhLocalizerMarkerLocatorFacility2 c : AhLocalizerMarkerLocatorFacility2.values()) System.out.println(c);
public static AhLocalizerMarkerLocatorFacility2 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 AhLocalizerMarkerLocatorFacility2 fromValue(String v)
Copyright © 2017. All rights reserved.