cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric
Enum CharacterType

Package class diagram package CharacterType
java.lang.Object
  extended by java.lang.Enum<CharacterType>
      extended by cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric.CharacterType
All Implemented Interfaces:
Serializable, Comparable<CharacterType>

public enum CharacterType
extends Enum<CharacterType>

Class holding all allowed character types with their Unreal classes.

Author:
Knight

Enum Constant Summary
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
           
 
Method Summary
 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.
 
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
 

Enum Constant Detail

CAMERA

public static final CharacterType CAMERA

THOMAS

public static final CharacterType THOMAS

NATALIE

public static final CharacterType NATALIE

BARBARA

public static final CharacterType BARBARA

EMOHAWK

public static final CharacterType EMOHAWK

UDN_MALE

public static final CharacterType UDN_MALE

UDN_FEMALE

public static final CharacterType UDN_FEMALE

VICTOR

public static final CharacterType VICTOR

ANDREA

public static final CharacterType ANDREA

VERONIQUE

public static final CharacterType VERONIQUE

PATRICK

public static final CharacterType PATRICK

KATE

public static final CharacterType KATE

SARKA

public static final CharacterType SARKA

TUAN

public static final CharacterType TUAN

CHARLES

public static final CharacterType CHARLES

DOMINIQUE

public static final CharacterType DOMINIQUE

PAUL

public static final CharacterType PAUL

CYRIL

public static final CharacterType CYRIL

PETER

public static final CharacterType PETER

MILOS

public static final CharacterType MILOS

LUBOS

public static final CharacterType LUBOS

SIMONA

public static final CharacterType SIMONA

MILAN

public static final CharacterType MILAN

VENDY

public static final CharacterType VENDY

RUDOLPH

public static final CharacterType RUDOLPH

EDUARD

public static final CharacterType EDUARD

DUONG

public static final CharacterType DUONG

JOANNA

public static final CharacterType JOANNA

NGUYEN

public static final CharacterType NGUYEN

MICHAELA

public static final CharacterType MICHAELA

JAROSLAV

public static final CharacterType JAROSLAV

SUZAN

public static final CharacterType SUZAN

RADEK

public static final CharacterType RADEK

JOHN

public static final CharacterType JOHN

MIA

public static final CharacterType MIA

LUCY

public static final CharacterType LUCY

MARK

public static final CharacterType MARK

EVE

public static final CharacterType EVE

KAMILA

public static final CharacterType KAMILA

IRENE

public static final CharacterType IRENE

IVAN

public static final CharacterType IVAN
Method Detail

values

public static CharacterType[] 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 (CharacterType c : CharacterType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CharacterType valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getCollection

public static Collection<CharacterType> getCollection()

getUE2Class

public String getUE2Class()

getUDKClass

public String getUDKClass()

isMale

public boolean isMale()

getCharacterID

public int getCharacterID()

toString

public String toString()
Overrides:
toString in class Enum<CharacterType>


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.