|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccPrivacyMode>
com.aol.acc.AccPrivacyMode
public enum AccPrivacyMode
Values for the privacy mode preference, aimcc.privacy.mode
| Enum Constant Summary | |
|---|---|
Deny
Block only the users I specify from seeing/contacting me |
|
DenyNone
Allow all users to see/contact me |
|
Permit
Allow only the users I specify to see/contact me |
|
PermitBuddies
Allow only the users on my buddy list to see/contact me |
|
PermitNone
Block all users from seeing/contacting me |
|
UNKNOWNVALUE
|
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccPrivacyMode |
intToEnum(int value)
|
AccPrivacyMode |
or(AccPrivacyMode val)
|
int |
value()
|
static AccPrivacyMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccPrivacyMode[] |
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 AccPrivacyMode UNKNOWNVALUE
public static final AccPrivacyMode DenyNone
public static final AccPrivacyMode PermitNone
public static final AccPrivacyMode Permit
public static final AccPrivacyMode Deny
public static final AccPrivacyMode PermitBuddies
| Method Detail |
|---|
public static final AccPrivacyMode[] values()
for(AccPrivacyMode c : AccPrivacyMode.values())
System.out.println(c);
public static AccPrivacyMode 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 AccPrivacyMode or(AccPrivacyMode val)
public static AccPrivacyMode intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||