public enum LineSectionPointTypeEnumeration extends Enum<LineSectionPointTypeEnumeration>
Java class for LineSectionPointTypeEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="LineSectionPointTypeEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString">
<enumeration value="normal"/>
<enumeration value="interchange"/>
<enumeration value="majorInterchange"/>
<enumeration value="terminus"/>
<enumeration value="majorTerminus"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
INTERCHANGE |
MAJOR_INTERCHANGE |
MAJOR_TERMINUS |
NORMAL |
OTHER |
TERMINUS |
| Modifier and Type | Method and Description |
|---|---|
static LineSectionPointTypeEnumeration |
fromValue(String v) |
String |
value() |
static LineSectionPointTypeEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineSectionPointTypeEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineSectionPointTypeEnumeration NORMAL
public static final LineSectionPointTypeEnumeration INTERCHANGE
public static final LineSectionPointTypeEnumeration MAJOR_INTERCHANGE
public static final LineSectionPointTypeEnumeration TERMINUS
public static final LineSectionPointTypeEnumeration MAJOR_TERMINUS
public static final LineSectionPointTypeEnumeration OTHER
public static LineSectionPointTypeEnumeration[] values()
for (LineSectionPointTypeEnumeration c : LineSectionPointTypeEnumeration.values()) System.out.println(c);
public static LineSectionPointTypeEnumeration 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 LineSectionPointTypeEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.