public enum EmoticonBubbleType extends Enum<EmoticonBubbleType>
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final EmoticonBubbleType NONE
public static final EmoticonBubbleType BUBBLE_EMOTIVE_SLIGHTLY_LEFT
public static final EmoticonBubbleType BUBBLE_EMOTIVE_SLIGHTLY_RIGHT
public static final EmoticonBubbleType BUBBLE_EMOTIVE_LEFT
public static final EmoticonBubbleType BUBBLE_EMOTIVE_RIGHT
public static final EmoticonBubbleType BUBBLE_EMOTIVE_CENTER
public static final EmoticonBubbleType BUBBLE_THOUGHT_SLIGHTLY_LEFT
public static final EmoticonBubbleType BUBBLE_THOUGHT_SLIGHTLY_RIGHT
public static final EmoticonBubbleType BUBBLE_THOUGHT_LEFT
public static final EmoticonBubbleType BUBBLE_THOUGHT_RIGHT
public static final EmoticonBubbleType BUBBLE_THOUGHT_CENTER
public static final EmoticonBubbleType BUBBLE_NORMAL_SLIGHTLY_LEFT
public static final EmoticonBubbleType BUBBLE_NORMAL_SLIGHTLY_RIGHT
public static final EmoticonBubbleType BUBBLE_NORMAL_LEFT
public static final EmoticonBubbleType BUBBLE_NORMAL_RIGHT
public static final EmoticonBubbleType BUBBLE_NORMAL_CENTER
public static EmoticonBubbleType[] values()
for (EmoticonBubbleType c : EmoticonBubbleType.values()) System.out.println(c);
public static EmoticonBubbleType 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 EmoticonBubbleType get(String id)
id - public static boolean has(String id)
id - Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.