public static enum TicketInformationData.RelationKind extends Enum<TicketInformationData.RelationKind>
Enum Constant and Description |
---|
SEASON_TICKET_RENEWAL |
Modifier and Type | Method and Description |
---|---|
static TicketInformationData.RelationKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TicketInformationData.RelationKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TicketInformationData.RelationKind SEASON_TICKET_RENEWAL
public static TicketInformationData.RelationKind[] values()
for (TicketInformationData.RelationKind c : TicketInformationData.RelationKind.values()) System.out.println(c);
public static TicketInformationData.RelationKind 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 nullCopyright © 2021. All rights reserved.