protected static enum AuthAbstractController.AdjustResult extends Enum<AuthAbstractController.AdjustResult>
| Enum Constant and Description |
|---|
added |
nochange |
notickets |
removed |
waitListFull |
| Modifier and Type | Method and Description |
|---|---|
static AuthAbstractController.AdjustResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthAbstractController.AdjustResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthAbstractController.AdjustResult removed
public static final AuthAbstractController.AdjustResult added
public static final AuthAbstractController.AdjustResult nochange
public static final AuthAbstractController.AdjustResult notickets
public static final AuthAbstractController.AdjustResult waitListFull
public static AuthAbstractController.AdjustResult[] values()
for (AuthAbstractController.AdjustResult c : AuthAbstractController.AdjustResult.values()) System.out.println(c);
public static AuthAbstractController.AdjustResult 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 © 2018 Bedework. All rights reserved.