|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccPluginInfoProp>
com.aol.acc.AccPluginInfoProp
public enum AccPluginInfoProp
The IAccPluginInfo interface is for information about a plugin.
| Enum Constant Summary | |
|---|---|
Commands
The list of commands supported by the plugin |
|
Description
The description of the plugin |
|
Enabled
Whether the plugin is enabled |
|
IconUrl
The URL of the icon for the plugin |
|
Name
The friendly name of the plugin |
|
Plugin
The plugin's interface |
|
SmallIconUrl
The URL of the small icon for the plugin |
|
Started
Whether the plugin has started |
|
TrustFlags
Additional flags about the plugin returned by the AIM server |
|
UNKNOWNVALUE
|
|
Url
The plugin URL |
|
Uuid
The UUID of the plugin |
|
VendorName
The vendor name for the plugin |
|
VendorUrl
The vendor URL for the plugin |
|
VerificationResult
Whether the AIM server successfully verified the plugin |
|
Version
The version of the plugin |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccPluginInfoProp |
intToEnum(int value)
|
AccPluginInfoProp |
or(AccPluginInfoProp val)
|
int |
value()
|
static AccPluginInfoProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccPluginInfoProp[] |
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 AccPluginInfoProp UNKNOWNVALUE
public static final AccPluginInfoProp Uuid
public static final AccPluginInfoProp Name
public static final AccPluginInfoProp Version
public static final AccPluginInfoProp Description
public static final AccPluginInfoProp Url
public static final AccPluginInfoProp VendorName
public static final AccPluginInfoProp VendorUrl
public static final AccPluginInfoProp IconUrl
public static final AccPluginInfoProp SmallIconUrl
public static final AccPluginInfoProp Enabled
public static final AccPluginInfoProp VerificationResult
public static final AccPluginInfoProp TrustFlags
public static final AccPluginInfoProp Started
public static final AccPluginInfoProp Plugin
public static final AccPluginInfoProp Commands
| Method Detail |
|---|
public static final AccPluginInfoProp[] values()
for(AccPluginInfoProp c : AccPluginInfoProp.values())
System.out.println(c);
public static AccPluginInfoProp 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 AccPluginInfoProp or(AccPluginInfoProp val)
public static AccPluginInfoProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||