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