Package | Description |
---|---|
de.alag.eticket.ticketinfo |
Modifier and Type | Method and Description |
---|---|
static Ticketinfo.CONFIG |
Ticketinfo.CONFIG.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Ticketinfo.CONFIG[] |
Ticketinfo.CONFIG.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Ticketinfo.getConfig(java.util.Properties p,
Ticketinfo.CONFIG cfg) |
static boolean |
Ticketinfo.getConfigBoolean(java.util.Properties p,
Ticketinfo.CONFIG cfg) |
static int |
Ticketinfo.getConfigInt(java.util.Properties p,
Ticketinfo.CONFIG cfg) |
static void |
Ticketinfo.setConfig(java.util.Properties p,
Ticketinfo.CONFIG cfg,
boolean b) |
static void |
Ticketinfo.setConfig(java.util.Properties p,
Ticketinfo.CONFIG cfg,
int i) |
static void |
Ticketinfo.setConfig(java.util.Properties p,
Ticketinfo.CONFIG cfg,
java.lang.String value) |