|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccCommandProp>
com.aol.acc.AccCommandProp
public enum AccCommandProp
The IAccCommand interface is for enumerating commands on a plugin.
| Enum Constant Summary | |
|---|---|
Flags
The flags for the Command, from AccCommandFlags |
|
Id
The id for the command |
|
ParentId
Associated in UI with its parent command (e.g., in a submenu). |
|
SmallIconUrl
The URL for an icon to display with the command |
|
Text
The text for the command |
|
UNKNOWNVALUE
|
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccCommandProp |
intToEnum(int value)
|
AccCommandProp |
or(AccCommandProp val)
|
int |
value()
|
static AccCommandProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccCommandProp[] |
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 AccCommandProp UNKNOWNVALUE
public static final AccCommandProp Id
public static final AccCommandProp Text
public static final AccCommandProp SmallIconUrl
public static final AccCommandProp Flags
public static final AccCommandProp ParentId
| Method Detail |
|---|
public static final AccCommandProp[] values()
for(AccCommandProp c : AccCommandProp.values())
System.out.println(c);
public static AccCommandProp 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 AccCommandProp or(AccCommandProp val)
public static AccCommandProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||