public enum LinearReferencingDirectionEnum extends java.lang.Enum<LinearReferencingDirectionEnum>
Java class for LinearReferencingDirectionEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="LinearReferencingDirectionEnum"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="both"/> <enumeration value="opposite"/> <enumeration value="aligned"/> <enumeration value="unknown"/> </restriction> </simpleType>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value |
Modifier and Type | Method and Description |
---|---|
static LinearReferencingDirectionEnum |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static LinearReferencingDirectionEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinearReferencingDirectionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinearReferencingDirectionEnum BOTH
public static final LinearReferencingDirectionEnum OPPOSITE
public static final LinearReferencingDirectionEnum ALIGNED
public static final LinearReferencingDirectionEnum UNKNOWN
public static LinearReferencingDirectionEnum[] values()
for (LinearReferencingDirectionEnum c : LinearReferencingDirectionEnum.values()) System.out.println(c);
public static LinearReferencingDirectionEnum 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 LinearReferencingDirectionEnum fromValue(java.lang.String v)