public enum LABELServiceLevelEnum extends Enum<LABELServiceLevelEnum>
Java class for LABELServiceLevelEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="LABELServiceLevelEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="none"/>
<enumeration value="serviceLevel1"/>
<enumeration value="serviceLevel2"/>
<enumeration value="serviceLevel3"/>
<enumeration value="serviceLevel4"/>
<enumeration value="serviceLevel5"/>
<enumeration value="unknown"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
NONE |
SERVICE_LEVEL_1 |
SERVICE_LEVEL_2 |
SERVICE_LEVEL_3 |
SERVICE_LEVEL_4 |
SERVICE_LEVEL_5 |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static LABELServiceLevelEnum |
fromValue(String v) |
String |
value() |
static LABELServiceLevelEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LABELServiceLevelEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LABELServiceLevelEnum NONE
public static final LABELServiceLevelEnum SERVICE_LEVEL_1
public static final LABELServiceLevelEnum SERVICE_LEVEL_2
public static final LABELServiceLevelEnum SERVICE_LEVEL_3
public static final LABELServiceLevelEnum SERVICE_LEVEL_4
public static final LABELServiceLevelEnum SERVICE_LEVEL_5
public static final LABELServiceLevelEnum UNKNOWN
public static LABELServiceLevelEnum[] values()
for (LABELServiceLevelEnum c : LABELServiceLevelEnum.values()) System.out.println(c);
public static LABELServiceLevelEnum 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 LABELServiceLevelEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.