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

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

public enum EmoticonBubbleType
extends Enum<EmoticonBubbleType>

Bubbles that can be used as a background for emoticons

Author:
Jimmy

Enum Constant Summary
BUBBLE_EMOTIVE_CENTER
           
BUBBLE_EMOTIVE_LEFT
           
BUBBLE_EMOTIVE_RIGHT
           
BUBBLE_EMOTIVE_SLIGHTLY_LEFT
           
BUBBLE_EMOTIVE_SLIGHTLY_RIGHT
           
BUBBLE_NORMAL_CENTER
           
BUBBLE_NORMAL_LEFT
           
BUBBLE_NORMAL_RIGHT
           
BUBBLE_NORMAL_SLIGHTLY_LEFT
           
BUBBLE_NORMAL_SLIGHTLY_RIGHT
           
BUBBLE_THOUGHT_CENTER
           
BUBBLE_THOUGHT_LEFT
           
BUBBLE_THOUGHT_RIGHT
           
BUBBLE_THOUGHT_SLIGHTLY_LEFT
           
BUBBLE_THOUGHT_SLIGHTLY_RIGHT
           
NONE
           
 
Method Summary
static EmoticonBubbleType get(String id)
          Return "bubble type" for it's ID.
static boolean has(String id)
          Whether we have this EmoticonBubbleType.
static EmoticonBubbleType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EmoticonBubbleType[] 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

NONE

public static final EmoticonBubbleType NONE

BUBBLE_EMOTIVE_SLIGHTLY_LEFT

public static final EmoticonBubbleType BUBBLE_EMOTIVE_SLIGHTLY_LEFT

BUBBLE_EMOTIVE_SLIGHTLY_RIGHT

public static final EmoticonBubbleType BUBBLE_EMOTIVE_SLIGHTLY_RIGHT

BUBBLE_EMOTIVE_LEFT

public static final EmoticonBubbleType BUBBLE_EMOTIVE_LEFT

BUBBLE_EMOTIVE_RIGHT

public static final EmoticonBubbleType BUBBLE_EMOTIVE_RIGHT

BUBBLE_EMOTIVE_CENTER

public static final EmoticonBubbleType BUBBLE_EMOTIVE_CENTER

BUBBLE_THOUGHT_SLIGHTLY_LEFT

public static final EmoticonBubbleType BUBBLE_THOUGHT_SLIGHTLY_LEFT

BUBBLE_THOUGHT_SLIGHTLY_RIGHT

public static final EmoticonBubbleType BUBBLE_THOUGHT_SLIGHTLY_RIGHT

BUBBLE_THOUGHT_LEFT

public static final EmoticonBubbleType BUBBLE_THOUGHT_LEFT

BUBBLE_THOUGHT_RIGHT

public static final EmoticonBubbleType BUBBLE_THOUGHT_RIGHT

BUBBLE_THOUGHT_CENTER

public static final EmoticonBubbleType BUBBLE_THOUGHT_CENTER

BUBBLE_NORMAL_SLIGHTLY_LEFT

public static final EmoticonBubbleType BUBBLE_NORMAL_SLIGHTLY_LEFT

BUBBLE_NORMAL_SLIGHTLY_RIGHT

public static final EmoticonBubbleType BUBBLE_NORMAL_SLIGHTLY_RIGHT

BUBBLE_NORMAL_LEFT

public static final EmoticonBubbleType BUBBLE_NORMAL_LEFT

BUBBLE_NORMAL_RIGHT

public static final EmoticonBubbleType BUBBLE_NORMAL_RIGHT

BUBBLE_NORMAL_CENTER

public static final EmoticonBubbleType BUBBLE_NORMAL_CENTER
Method Detail

values

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

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

valueOf

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

get

public static EmoticonBubbleType get(String id)
Return "bubble type" for it's ID.

Parameters:
id -
Returns:

has

public static boolean has(String id)
Whether we have this EmoticonBubbleType.

Parameters:
id -
Returns:


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