|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccEmoticonSetProp>
com.aol.acc.AccEmoticonSetProp
public enum AccEmoticonSetProp
The IAccEmoticonSet interface is used to access emoticons (smileys).
| Enum Constant Summary | |
|---|---|
BartId
The bart id of the emoticon set |
|
Description
The description of the emoticon set |
|
PaletteIconData
The data for the smiley "button" icon, as an array of VT_UI1 |
|
PaletteIconDataStream
The data for the smiley "button" icon, as an IAccStream |
|
UNKNOWNVALUE
|
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccEmoticonSetProp |
intToEnum(int value)
|
AccEmoticonSetProp |
or(AccEmoticonSetProp val)
|
int |
value()
|
static AccEmoticonSetProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccEmoticonSetProp[] |
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 AccEmoticonSetProp UNKNOWNVALUE
public static final AccEmoticonSetProp BartId
public static final AccEmoticonSetProp Description
public static final AccEmoticonSetProp PaletteIconData
public static final AccEmoticonSetProp PaletteIconDataStream
| Method Detail |
|---|
public static final AccEmoticonSetProp[] values()
for(AccEmoticonSetProp c : AccEmoticonSetProp.values())
System.out.println(c);
public static AccEmoticonSetProp 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 AccEmoticonSetProp or(AccEmoticonSetProp val)
public static AccEmoticonSetProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||