|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccClientInfoProp>
com.aol.acc.AccClientInfoProp
public enum AccClientInfoProp
IAccClientInfo is used for specifying configuration info used
during session signon.
| Enum Constant Summary | |
|---|---|
BuildNumber
The build number of the client |
|
Country
The country code, e.g. |
|
Description
The client description; format should be "Name/Version (key="MyKey")" |
|
DistributionChannel
The distribution channel for the client, if one has been assigned |
|
Language
The language of the client, e.g. |
|
MajorVersion
The major version number of the client |
|
MinorVersion
The minor version number of the client |
|
PointVersion
The point version number of the client |
|
UNKNOWNVALUE
|
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccClientInfoProp |
intToEnum(int value)
|
AccClientInfoProp |
or(AccClientInfoProp val)
|
int |
value()
|
static AccClientInfoProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccClientInfoProp[] |
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 AccClientInfoProp UNKNOWNVALUE
public static final AccClientInfoProp Description
public static final AccClientInfoProp DistributionChannel
public static final AccClientInfoProp MajorVersion
public static final AccClientInfoProp MinorVersion
public static final AccClientInfoProp PointVersion
public static final AccClientInfoProp BuildNumber
public static final AccClientInfoProp Language
public static final AccClientInfoProp Country
| Method Detail |
|---|
public static final AccClientInfoProp[] values()
for(AccClientInfoProp c : AccClientInfoProp.values())
System.out.println(c);
public static AccClientInfoProp 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 AccClientInfoProp or(AccClientInfoProp val)
public static AccClientInfoProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||