public enum VmsLuminanceLevelEnum extends Enum<VmsLuminanceLevelEnum>
Java class for VmsLuminanceLevelEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VmsLuminanceLevelEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="switchedOff"/>
<enumeration value="testing"/>
<enumeration value="night"/>
<enumeration value="overcast"/>
<enumeration value="broadDaylight"/>
<enumeration value="sunInEyes"/>
<enumeration value="sunOnBack"/>
<enumeration value="foggyDay"/>
<enumeration value="foggyNight"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BROAD_DAYLIGHT |
FOGGY_DAY |
FOGGY_NIGHT |
NIGHT |
OVERCAST |
SUN_IN_EYES |
SUN_ON_BACK |
SWITCHED_OFF |
TESTING |
| Modifier and Type | Method and Description |
|---|---|
static VmsLuminanceLevelEnum |
fromValue(String v) |
String |
value() |
static VmsLuminanceLevelEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmsLuminanceLevelEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VmsLuminanceLevelEnum SWITCHED_OFF
public static final VmsLuminanceLevelEnum TESTING
public static final VmsLuminanceLevelEnum NIGHT
public static final VmsLuminanceLevelEnum OVERCAST
public static final VmsLuminanceLevelEnum BROAD_DAYLIGHT
public static final VmsLuminanceLevelEnum SUN_IN_EYES
public static final VmsLuminanceLevelEnum SUN_ON_BACK
public static final VmsLuminanceLevelEnum FOGGY_DAY
public static final VmsLuminanceLevelEnum FOGGY_NIGHT
public static VmsLuminanceLevelEnum[] values()
for (VmsLuminanceLevelEnum c : VmsLuminanceLevelEnum.values()) System.out.println(c);
public static VmsLuminanceLevelEnum 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 VmsLuminanceLevelEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.