public enum AhLocalizerMarkerLocatorCollocation extends Enum<AhLocalizerMarkerLocatorCollocation>
Java class for AhLocalizerMarkerLocatorCollocation.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AhLocalizerMarkerLocatorCollocation"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="BfoOperation"/> <enumeration value="LocatorMarkerCollocated"/> <enumeration value="LocatorMiddleMarkerNotCollocated"/> </restriction> </simpleType>
Enum Constant and Description |
---|
BFO_OPERATION
BFO Operation.
|
LOCATOR_MARKER_COLLOCATED
Locator/Marker Collocated.
|
LOCATOR_MIDDLE_MARKER_NOT_COLLOCATED
Locator/Middle Marker Not Collocated.
|
Modifier and Type | Method and Description |
---|---|
static AhLocalizerMarkerLocatorCollocation |
fromValue(String v) |
String |
value() |
static AhLocalizerMarkerLocatorCollocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AhLocalizerMarkerLocatorCollocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AhLocalizerMarkerLocatorCollocation BFO_OPERATION
public static final AhLocalizerMarkerLocatorCollocation LOCATOR_MARKER_COLLOCATED
public static final AhLocalizerMarkerLocatorCollocation LOCATOR_MIDDLE_MARKER_NOT_COLLOCATED
public static AhLocalizerMarkerLocatorCollocation[] values()
for (AhLocalizerMarkerLocatorCollocation c : AhLocalizerMarkerLocatorCollocation.values()) System.out.println(c);
public static AhLocalizerMarkerLocatorCollocation 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 AhLocalizerMarkerLocatorCollocation fromValue(String v)
Copyright © 2017. All rights reserved.