|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccBuddyListProp>
com.aol.acc.AccBuddyListProp
public enum AccBuddyListProp
IAccBuddyList maintains the Buddy List information.
| Enum Constant Summary | |
|---|---|
MaxBuddyCount
The maximum number of buddies allowed on the buddy list |
|
MaxBuddyCountPerGroup
The maximum number of buddies that can be in a group |
|
MaxBuddyNameLength
The maximum length a buddy name can be |
|
MaxGroupCount
The maximum number of groups allowed on the buddy list |
|
MaxGroupNameLength
The maximum length a group name can be |
|
Ready
Determines if state information has been received for all buddies on the buddy list |
|
Session
The IAccSession associated with this buddy list |
|
UNKNOWNVALUE
|
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccBuddyListProp |
intToEnum(int value)
|
AccBuddyListProp |
or(AccBuddyListProp val)
|
int |
value()
|
static AccBuddyListProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccBuddyListProp[] |
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 AccBuddyListProp UNKNOWNVALUE
public static final AccBuddyListProp Session
public static final AccBuddyListProp MaxGroupCount
public static final AccBuddyListProp MaxBuddyCount
public static final AccBuddyListProp MaxGroupNameLength
public static final AccBuddyListProp MaxBuddyNameLength
public static final AccBuddyListProp MaxBuddyCountPerGroup
public static final AccBuddyListProp Ready
| Method Detail |
|---|
public static final AccBuddyListProp[] values()
for(AccBuddyListProp c : AccBuddyListProp.values())
System.out.println(c);
public static AccBuddyListProp 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 AccBuddyListProp or(AccBuddyListProp val)
public static AccBuddyListProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||