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