|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccGroupProp>
com.aol.acc.AccGroupProp
public enum AccGroupProp
The IAccGroup interface represents a group of buddies.
| Enum Constant Summary | |
|---|---|
Collapsed
Whether the group is collapsed |
|
Name
The name of the group |
|
OnlineCount
The number of online buddies in the group |
|
ReadOnly
Whether the group is read-only |
|
RecentBuddies
Whether the group is the "recent buddies" group |
|
Session
The IAccSession associated with the IAccGroup |
|
Shared
Whether the group is "shared" |
|
Smart
Whether the group is a smart group |
|
SynchronizedStorageName
If synched with a database, the storage name |
|
SynchronizedStorageType
If synched with a database, the storage type |
|
UNKNOWNVALUE
|
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccGroupProp |
intToEnum(int value)
|
AccGroupProp |
or(AccGroupProp val)
|
int |
value()
|
static AccGroupProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccGroupProp[] |
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 AccGroupProp UNKNOWNVALUE
public static final AccGroupProp Session
public static final AccGroupProp Name
public static final AccGroupProp OnlineCount
public static final AccGroupProp Collapsed
public static final AccGroupProp Shared
public static final AccGroupProp RecentBuddies
public static final AccGroupProp Smart
public static final AccGroupProp ReadOnly
public static final AccGroupProp SynchronizedStorageType
public static final AccGroupProp SynchronizedStorageName
| Method Detail |
|---|
public static final AccGroupProp[] values()
for(AccGroupProp c : AccGroupProp.values())
System.out.println(c);
public static AccGroupProp 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 AccGroupProp or(AccGroupProp val)
public static AccGroupProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||