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