Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buypublic enum ProfileType extends Enum<ProfileType>
| Modifier and Type | Method and Description |
|---|---|
static ProfileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final ProfileType CHALLENGE
public static final ProfileType UNRANKED
public static final ProfileType RANKED
public static ProfileType[] values()
for (ProfileType c : ProfileType.values()) System.out.println(c);
public static ProfileType 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 null
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy