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