|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccDirEntryProp>
com.aol.acc.AccDirEntryProp
public enum AccDirEntryProp
DEPRECATED. The IAccDirEntry interface is used to wrap AIM directory entries.
| Enum Constant Summary | |
|---|---|
City
The user's city in the directory |
|
Country
The user's country in the directory |
|
FirstName
The user's first name in the directory |
|
LastName
The user's last name in the directory |
|
MaidenName
The user's maiden name in the directory |
|
MiddleName
The user's middle name in the directory |
|
NickName
The user's nick name in the directory |
|
State
The user's state in the directory |
|
StreetAddress
The user's street address in the directory |
|
UNKNOWNVALUE
|
|
UserName
The username in the directory |
|
ZipCode
The user's zip code in the directory |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccDirEntryProp |
intToEnum(int value)
|
AccDirEntryProp |
or(AccDirEntryProp val)
|
int |
value()
|
static AccDirEntryProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccDirEntryProp[] |
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 AccDirEntryProp UNKNOWNVALUE
public static final AccDirEntryProp UserName
public static final AccDirEntryProp FirstName
public static final AccDirEntryProp LastName
public static final AccDirEntryProp MiddleName
public static final AccDirEntryProp MaidenName
public static final AccDirEntryProp NickName
public static final AccDirEntryProp StreetAddress
public static final AccDirEntryProp City
public static final AccDirEntryProp State
public static final AccDirEntryProp ZipCode
public static final AccDirEntryProp Country
| Method Detail |
|---|
public static final AccDirEntryProp[] values()
for(AccDirEntryProp c : AccDirEntryProp.values())
System.out.println(c);
public static AccDirEntryProp 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 AccDirEntryProp or(AccDirEntryProp val)
public static AccDirEntryProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||