public enum OpenlrOrientationEnum extends java.lang.Enum<OpenlrOrientationEnum>
Java-Klasse für OpenlrOrientationEnum.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<simpleType name="OpenlrOrientationEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="noOrientationOrUnknown"/>
<enumeration value="withLineDirection"/>
<enumeration value="againstLineDirection"/>
<enumeration value="both"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AGAINST_LINE_DIRECTION
Against line direction
|
BOTH
Both directions
|
NO_ORIENTATION_OR_UNKNOWN
No orientation or unknown
|
WITH_LINE_DIRECTION
With line direction
|
| Modifier and Type | Method and Description |
|---|---|
static OpenlrOrientationEnum |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static OpenlrOrientationEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenlrOrientationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenlrOrientationEnum NO_ORIENTATION_OR_UNKNOWN
public static final OpenlrOrientationEnum WITH_LINE_DIRECTION
public static final OpenlrOrientationEnum AGAINST_LINE_DIRECTION
public static final OpenlrOrientationEnum BOTH
public static OpenlrOrientationEnum[] values()
for (OpenlrOrientationEnum c : OpenlrOrientationEnum.values()) System.out.println(c);
public static OpenlrOrientationEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static OpenlrOrientationEnum fromValue(java.lang.String v)