public enum VmsTypeEnum extends Enum<VmsTypeEnum>
Java class for VmsTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VmsTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="colourGraphic"/>
<enumeration value="continuousSign"/>
<enumeration value="monochromeGraphic"/>
<enumeration value="matrixSign"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
COLOUR_GRAPHIC |
CONTINUOUS_SIGN |
MATRIX_SIGN |
MONOCHROME_GRAPHIC |
OTHER |
| Modifier and Type | Method and Description |
|---|---|
static VmsTypeEnum |
fromValue(String v) |
String |
value() |
static VmsTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmsTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VmsTypeEnum COLOUR_GRAPHIC
public static final VmsTypeEnum CONTINUOUS_SIGN
public static final VmsTypeEnum MONOCHROME_GRAPHIC
public static final VmsTypeEnum MATRIX_SIGN
public static final VmsTypeEnum OTHER
public static VmsTypeEnum[] values()
for (VmsTypeEnum c : VmsTypeEnum.values()) System.out.println(c);
public static VmsTypeEnum 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 VmsTypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.