|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccUserFlags>
com.aol.acc.AccUserFlags
public enum AccUserFlags
Values for AccUserProp_Flags.
| Enum Constant Summary | |
|---|---|
AOL
On AOL |
|
Beast
Not used at this time |
|
Bot
Automated responder |
|
BuddyMatchDirect
Matches an interest of yours |
|
BuddyMatchIndirect
Matches an interest of a buddy |
|
ICQ
On ICQ |
|
ImForwarding
Forwarding IMs to a device |
|
Internal
AOL internal |
|
InternetFree
On AIM or ICQ |
|
Official
Trusted by AOL |
|
OneWayForwarding
Device forwarded to cannot respond |
|
Unconfirmed
Email address is unconfirmed |
|
UNKNOWNVALUE
|
|
Wireless
On a wireless device |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccUserFlags |
intToEnum(int value)
|
AccUserFlags |
or(AccUserFlags val)
|
int |
value()
|
static AccUserFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccUserFlags[] |
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 AccUserFlags UNKNOWNVALUE
public static final AccUserFlags Unconfirmed
public static final AccUserFlags AOL
public static final AccUserFlags InternetFree
public static final AccUserFlags ICQ
public static final AccUserFlags Wireless
public static final AccUserFlags Internal
public static final AccUserFlags ImForwarding
public static final AccUserFlags Bot
public static final AccUserFlags Beast
public static final AccUserFlags OneWayForwarding
public static final AccUserFlags Official
public static final AccUserFlags BuddyMatchDirect
public static final AccUserFlags BuddyMatchIndirect
| Method Detail |
|---|
public static final AccUserFlags[] values()
for(AccUserFlags c : AccUserFlags.values())
System.out.println(c);
public static AccUserFlags 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 AccUserFlags or(AccUserFlags val)
public static AccUserFlags intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||