cz.cuni.pogamut.Client
Enum SkinTypes
java.lang.Object
java.lang.Enum<SkinTypes>
cz.cuni.pogamut.Client.SkinTypes
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<SkinTypes>
public enum SkinTypes
- extends java.lang.Enum<SkinTypes>
NOT USED RIGHT NOW.
List of available skins.
Method Summary |
java.lang.String |
toString()
Make the first letter uppercase, the rest lowercase. |
static SkinTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SkinTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
OPHELIA
public static final SkinTypes OPHELIA
RYLISA
public static final SkinTypes RYLISA
TAMIKA
public static final SkinTypes TAMIKA
SAPPHIRE
public static final SkinTypes SAPPHIRE
MALCOLM
public static final SkinTypes MALCOLM
JAKOB
public static final SkinTypes JAKOB
GORGE
public static final SkinTypes GORGE
ROC
public static final SkinTypes ROC
RAPIER
public static final SkinTypes RAPIER
MOKARA
public static final SkinTypes MOKARA
BRUTALIS
public static final SkinTypes BRUTALIS
values
public static SkinTypes[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SkinTypes c : SkinTypes.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SkinTypes valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
toString
public java.lang.String toString()
- Make the first letter uppercase, the rest lowercase.
- Overrides:
toString
in class java.lang.Enum<SkinTypes>
- Returns: