|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccUpgradeInfoProp>
com.aol.acc.AccUpgradeInfoProp
public enum AccUpgradeInfoProp
The IAccUpgradeInfo encapsulates information about
new AIM clients available for download.
| Enum Constant Summary | |
|---|---|
BuildNumber
Build number of the upgrade |
|
DownloadUrl
Download URL for the upgrade |
|
InfoUrl
The URL for info on the upgrade |
|
UNKNOWNVALUE
|
|
Version
The upgrade version number |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccUpgradeInfoProp |
intToEnum(int value)
|
AccUpgradeInfoProp |
or(AccUpgradeInfoProp val)
|
int |
value()
|
static AccUpgradeInfoProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccUpgradeInfoProp[] |
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 AccUpgradeInfoProp UNKNOWNVALUE
public static final AccUpgradeInfoProp BuildNumber
public static final AccUpgradeInfoProp DownloadUrl
public static final AccUpgradeInfoProp InfoUrl
public static final AccUpgradeInfoProp Version
| Method Detail |
|---|
public static final AccUpgradeInfoProp[] values()
for(AccUpgradeInfoProp c : AccUpgradeInfoProp.values())
System.out.println(c);
public static AccUpgradeInfoProp 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 AccUpgradeInfoProp or(AccUpgradeInfoProp val)
public static AccUpgradeInfoProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||