public enum CharacterType extends Enum<CharacterType>
| Enum Constant and Description |
|---|
ANDREA |
BARBARA |
CAMERA |
CHARLES |
CYRIL |
DOMINIQUE |
DUONG |
EDUARD |
EMOHAWK |
EVE |
IRENE |
IVAN |
JAROSLAV |
JOANNA |
JOHN |
KAMILA |
KATE |
LUBOS |
LUCY |
MARK |
MIA |
MICHAELA |
MILAN |
MILOS |
NATALIE |
NGUYEN |
PATRICK |
PAUL |
PETER |
RADEK |
RUDOLPH |
SARKA |
SIMONA |
SUZAN |
THOMAS |
TUAN |
UDN_FEMALE |
UDN_MALE |
VENDY |
VERONIQUE |
VICTOR |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacterID() |
static Collection<CharacterType> |
getCollection() |
String |
getUDKClass() |
String |
getUE2Class() |
boolean |
isMale() |
String |
toString() |
static CharacterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharacterType CAMERA
public static final CharacterType THOMAS
public static final CharacterType NATALIE
public static final CharacterType BARBARA
public static final CharacterType EMOHAWK
public static final CharacterType UDN_MALE
public static final CharacterType UDN_FEMALE
public static final CharacterType VICTOR
public static final CharacterType ANDREA
public static final CharacterType VERONIQUE
public static final CharacterType PATRICK
public static final CharacterType KATE
public static final CharacterType SARKA
public static final CharacterType TUAN
public static final CharacterType CHARLES
public static final CharacterType DOMINIQUE
public static final CharacterType PAUL
public static final CharacterType CYRIL
public static final CharacterType PETER
public static final CharacterType MILOS
public static final CharacterType LUBOS
public static final CharacterType SIMONA
public static final CharacterType MILAN
public static final CharacterType VENDY
public static final CharacterType RUDOLPH
public static final CharacterType EDUARD
public static final CharacterType DUONG
public static final CharacterType JOANNA
public static final CharacterType NGUYEN
public static final CharacterType MICHAELA
public static final CharacterType JAROSLAV
public static final CharacterType SUZAN
public static final CharacterType RADEK
public static final CharacterType JOHN
public static final CharacterType MIA
public static final CharacterType LUCY
public static final CharacterType MARK
public static final CharacterType EVE
public static final CharacterType KAMILA
public static final CharacterType IRENE
public static final CharacterType IVAN
public static CharacterType[] values()
for (CharacterType c : CharacterType.values()) System.out.println(c);
public static CharacterType 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 nullpublic static Collection<CharacterType> getCollection()
public String getUE2Class()
public String getUDKClass()
public boolean isMale()
public int getCharacterID()
public String toString()
toString in class Enum<CharacterType>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.