|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccInstanceProp>
com.aol.acc.AccInstanceProp
public enum AccInstanceProp
The IAccInstance interface is used to get information about
all (other) clients that are signed on with the same identity.
| Enum Constant Summary | |
|---|---|
Flags
The user flags for the instance, from AccUserFlags |
|
Id
The id for this instance |
|
IpAddress
The IP address of the instance, as seen by the AIM server |
|
OnlineTime
The online time of the instance, in seconds |
|
Port
The port of the instance, as seen by the AIM server |
|
State
The state of this instance |
|
UNKNOWNVALUE
|
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccInstanceProp |
intToEnum(int value)
|
AccInstanceProp |
or(AccInstanceProp val)
|
int |
value()
|
static AccInstanceProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccInstanceProp[] |
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 AccInstanceProp UNKNOWNVALUE
public static final AccInstanceProp Id
public static final AccInstanceProp State
public static final AccInstanceProp OnlineTime
public static final AccInstanceProp IpAddress
public static final AccInstanceProp Port
public static final AccInstanceProp Flags
| Method Detail |
|---|
public static final AccInstanceProp[] values()
for(AccInstanceProp c : AccInstanceProp.values())
System.out.println(c);
public static AccInstanceProp 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 AccInstanceProp or(AccInstanceProp val)
public static AccInstanceProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||