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

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

public enum ItemTypeUE2
extends Enum<ItemTypeUE2>

Enum holding all available Pogamut items in UnrealEngine2RuntimeDemo.

Author:
knight

Enum Constant Summary
ITEMBALL
           
ITEMBOOK
           
ITEMBOOKOPENED
           
ITEMBROCCOLI
           
ITEMCONDOM
           
ITEMCOOKER
           
ITEMCUP
           
ITEMDICE
           
ITEMFLOWER
           
ITEMGUN
           
ITEMHEART
           
ITEMPLATE
           
ITEMPOT
           
ITEMSHOES
           
ITEMSHOESUNTIDY
           
ITEMSOAP
           
ITEMSOAPBOX
           
ITEMSPOON
           
ITEMTEDDY
           
ITEMTOOTHBRUSH
           
NONE
           
 
Field Summary
static HashMap<String,ItemTypeUE2> nameMap
           
 
Method Summary
static ItemTypeUE2 getItemType(String name)
           
 String getUnrealName()
           
static ItemTypeUE2 valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ItemTypeUE2[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ITEMBALL

public static final ItemTypeUE2 ITEMBALL

ITEMBOOK

public static final ItemTypeUE2 ITEMBOOK

ITEMBOOKOPENED

public static final ItemTypeUE2 ITEMBOOKOPENED

ITEMBROCCOLI

public static final ItemTypeUE2 ITEMBROCCOLI

ITEMCONDOM

public static final ItemTypeUE2 ITEMCONDOM

ITEMCOOKER

public static final ItemTypeUE2 ITEMCOOKER

ITEMCUP

public static final ItemTypeUE2 ITEMCUP

ITEMDICE

public static final ItemTypeUE2 ITEMDICE

ITEMFLOWER

public static final ItemTypeUE2 ITEMFLOWER

ITEMGUN

public static final ItemTypeUE2 ITEMGUN

ITEMHEART

public static final ItemTypeUE2 ITEMHEART

ITEMPLATE

public static final ItemTypeUE2 ITEMPLATE

ITEMPOT

public static final ItemTypeUE2 ITEMPOT

ITEMSHOES

public static final ItemTypeUE2 ITEMSHOES

ITEMSHOESUNTIDY

public static final ItemTypeUE2 ITEMSHOESUNTIDY

ITEMSOAP

public static final ItemTypeUE2 ITEMSOAP

ITEMSOAPBOX

public static final ItemTypeUE2 ITEMSOAPBOX

ITEMSPOON

public static final ItemTypeUE2 ITEMSPOON

ITEMTEDDY

public static final ItemTypeUE2 ITEMTEDDY

ITEMTOOTHBRUSH

public static final ItemTypeUE2 ITEMTOOTHBRUSH

NONE

public static final ItemTypeUE2 NONE
Field Detail

nameMap

public static HashMap<String,ItemTypeUE2> nameMap
Method Detail

values

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

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

valueOf

public static ItemTypeUE2 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

getItemType

public static ItemTypeUE2 getItemType(String name)

getUnrealName

public String getUnrealName()


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