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