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