public enum InterchangeWeightingEnumeration extends Enum<InterchangeWeightingEnumeration>
Java class for InterchangeWeightingEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="InterchangeWeightingEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="noInterchange"/>
<enumeration value="interchangeAllowed"/>
<enumeration value="recommendedInterchange"/>
<enumeration value="preferredInterchange"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
INTERCHANGE_ALLOWED |
NO_INTERCHANGE |
PREFERRED_INTERCHANGE |
RECOMMENDED_INTERCHANGE |
| Modifier and Type | Method and Description |
|---|---|
static InterchangeWeightingEnumeration |
fromValue(String v) |
String |
value() |
static InterchangeWeightingEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterchangeWeightingEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterchangeWeightingEnumeration NO_INTERCHANGE
public static final InterchangeWeightingEnumeration INTERCHANGE_ALLOWED
public static final InterchangeWeightingEnumeration RECOMMENDED_INTERCHANGE
public static final InterchangeWeightingEnumeration PREFERRED_INTERCHANGE
public static InterchangeWeightingEnumeration[] values()
for (InterchangeWeightingEnumeration c : InterchangeWeightingEnumeration.values()) System.out.println(c);
public static InterchangeWeightingEnumeration 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 InterchangeWeightingEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.