public enum AhLocalizerMarkerLocatorCoverage extends Enum<AhLocalizerMarkerLocatorCoverage>
Java class for AhLocalizerMarkerLocatorCoverage.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AhLocalizerMarkerLocatorCoverage">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="HighPowerNdb"/>
<enumeration value="Ndb"/>
<enumeration value="LowPowerNdb"/>
<enumeration value="Locator"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
HIGH_POWER_NDB
High-powered NDB.
|
LOCATOR
Locator.
|
LOW_POWER_NDB
Low-powered NDB.
|
NDB
NDB.
|
| Modifier and Type | Method and Description |
|---|---|
static AhLocalizerMarkerLocatorCoverage |
fromValue(String v) |
String |
value() |
static AhLocalizerMarkerLocatorCoverage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AhLocalizerMarkerLocatorCoverage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AhLocalizerMarkerLocatorCoverage HIGH_POWER_NDB
public static final AhLocalizerMarkerLocatorCoverage NDB
public static final AhLocalizerMarkerLocatorCoverage LOW_POWER_NDB
public static final AhLocalizerMarkerLocatorCoverage LOCATOR
public static AhLocalizerMarkerLocatorCoverage[] values()
for (AhLocalizerMarkerLocatorCoverage c : AhLocalizerMarkerLocatorCoverage.values()) System.out.println(c);
public static AhLocalizerMarkerLocatorCoverage 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 AhLocalizerMarkerLocatorCoverage fromValue(String v)
Copyright © 2017. All rights reserved.