|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccEmoticonProp>
com.aol.acc.AccEmoticonProp
public enum AccEmoticonProp
The IAccEmoticon interface is used to represent an emoticon (smiley).
| Enum Constant Summary | |
|---|---|
BartUrl
The aolbart: URL |
|
Data
The data for the smiley, as an array of VT_UI1 |
|
DataStream
The IAccStream of data for the smiley |
|
Description
The smiley description, e.g. |
|
Text
The text representation of the smiley, i.e. |
|
UNKNOWNVALUE
|
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccEmoticonProp |
intToEnum(int value)
|
AccEmoticonProp |
or(AccEmoticonProp val)
|
int |
value()
|
static AccEmoticonProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccEmoticonProp[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AccEmoticonProp UNKNOWNVALUE
public static final AccEmoticonProp Data
public static final AccEmoticonProp Text
public static final AccEmoticonProp Description
public static final AccEmoticonProp DataStream
public static final AccEmoticonProp BartUrl
| Method Detail |
|---|
public static final AccEmoticonProp[] values()
for(AccEmoticonProp c : AccEmoticonProp.values())
System.out.println(c);
public static AccEmoticonProp valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic final int value()
value in interface AccEnumpublic final boolean equals(int i)
public final AccEmoticonProp or(AccEmoticonProp val)
public static AccEmoticonProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||