protected static enum User.ConfirmationType extends java.lang.Enum<User.ConfirmationType>
| Modifier and Type | Method and Description |
|---|---|
static User.ConfirmationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static User.ConfirmationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final User.ConfirmationType REGISTER
public static final User.ConfirmationType PASSWORD
public static final User.ConfirmationType EMAIL
public static User.ConfirmationType[] values()
for (User.ConfirmationType c : User.ConfirmationType.values()) System.out.println(c);
public static User.ConfirmationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright \ (C) Arizona Board of Regents on behalf of the \ Planetary Image Research Laboratory, Lunar and \ Planetary Laboratory at the University of Arizona