|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccLocationProp>
com.aol.acc.AccLocationProp
public enum AccLocationProp
The IAccLocation interface provides the access to geolocation
information about an AIM user.
| Enum Constant Summary | |
|---|---|
Altitude
The altitude of the user's location (meters) |
|
City
The user's city (A3) |
|
Country
The user's country |
|
County
The user's country (A2) |
|
District
The user's district (A4) |
|
ExtraInfo
Any extra info for the user (LOC) |
|
GatewayIpAddress
The IP of the gateway |
|
GatewayMacAddress
The MAC address of the gateway |
|
HouseNum
The user's house number (HNO) |
|
HouseNumSuffix
The user's house number suffix (HNS) |
|
IpAddress
The IP address of the client |
|
Latitude
The latitude of the user's location (degrees) |
|
Longitude
The longitude of the user's location (degrees) |
|
MacAddress
The MAC address of the client |
|
Method
The method of determining the user's location, i.e. |
|
Name
The name specified by the user of their location |
|
Neighborhood
The user's neighborhood (A5) |
|
Nickname
The nickname of this location; used to uniquely identify a favorite location |
|
PostalCode
The Postal Code of the user's location |
|
State
The user's state |
|
Street
The user's street (A6) |
|
UNKNOWNVALUE
|
|
UseCount
How many times the location has been Set |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccLocationProp |
intToEnum(int value)
|
AccLocationProp |
or(AccLocationProp val)
|
int |
value()
|
static AccLocationProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccLocationProp[] |
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 AccLocationProp UNKNOWNVALUE
public static final AccLocationProp Name
public static final AccLocationProp Latitude
public static final AccLocationProp Longitude
public static final AccLocationProp Altitude
public static final AccLocationProp HouseNum
public static final AccLocationProp HouseNumSuffix
public static final AccLocationProp Street
public static final AccLocationProp ExtraInfo
public static final AccLocationProp Neighborhood
public static final AccLocationProp District
public static final AccLocationProp City
public static final AccLocationProp County
public static final AccLocationProp State
public static final AccLocationProp Country
public static final AccLocationProp PostalCode
public static final AccLocationProp Method
public static final AccLocationProp MacAddress
public static final AccLocationProp GatewayMacAddress
public static final AccLocationProp IpAddress
public static final AccLocationProp GatewayIpAddress
public static final AccLocationProp Nickname
public static final AccLocationProp UseCount
| Method Detail |
|---|
public static final AccLocationProp[] values()
for(AccLocationProp c : AccLocationProp.values())
System.out.println(c);
public static AccLocationProp 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 AccLocationProp or(AccLocationProp val)
public static AccLocationProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||