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