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