public static enum ExternalManagerPlugin.EntityGranularity extends Enum<ExternalManagerPlugin.EntityGranularity>
Enum Constant and Description |
---|
SEAT_AND_AREA
Seats and areas, the seat physical definition for a ticket
|
SHIPMENT
Shipment information, details on how a ticket is shipped
|
TICKET
Ticket information, adds more details on a ticket
|
Modifier and Type | Method and Description |
---|---|
static ExternalManagerPlugin.EntityGranularity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalManagerPlugin.EntityGranularity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalManagerPlugin.EntityGranularity SEAT_AND_AREA
public static final ExternalManagerPlugin.EntityGranularity SHIPMENT
public static final ExternalManagerPlugin.EntityGranularity TICKET
public static ExternalManagerPlugin.EntityGranularity[] values()
for (ExternalManagerPlugin.EntityGranularity c : ExternalManagerPlugin.EntityGranularity.values()) System.out.println(c);
public static ExternalManagerPlugin.EntityGranularity 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.