|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccCommandFlags>
com.aol.acc.AccCommandFlags
public enum AccCommandFlags
Values for AccCommandProp_Flags.
| Enum Constant Summary | |
|---|---|
AboutUi
Command takes empty variant and will appear in About box, plugin context menu or similar |
|
ActionsUi
Command takes buddy names and will appear in Actions menus |
|
BuddyCentric
DEPRECATED; behaves the same as AccCommandFlags_ActionsUi | AccCommandFlags_BuddyUi |
|
BuddyUi
Command takes buddy names and will appear in buddy context menus |
|
GroupUi
Command takes buddy group names and will appear in buddy group context menus |
|
ImSessionUi
Command takes IM session remote participant names and will appear in IM session menus (e.g., People menus) |
|
PreferencesUi
Command takes empty variant and will appear in Preferences/Setup UI |
|
UNKNOWNVALUE
|
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccCommandFlags |
intToEnum(int value)
|
AccCommandFlags |
or(AccCommandFlags val)
|
int |
value()
|
static AccCommandFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccCommandFlags[] |
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 AccCommandFlags UNKNOWNVALUE
public static final AccCommandFlags BuddyCentric
public static final AccCommandFlags ActionsUi
public static final AccCommandFlags BuddyUi
public static final AccCommandFlags GroupUi
public static final AccCommandFlags ImSessionUi
public static final AccCommandFlags PreferencesUi
public static final AccCommandFlags AboutUi
| Method Detail |
|---|
public static final AccCommandFlags[] values()
for(AccCommandFlags c : AccCommandFlags.values())
System.out.println(c);
public static AccCommandFlags 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 AccCommandFlags or(AccCommandFlags val)
public static AccCommandFlags intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||