|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.soa.parlayx21.presence.PlaceValue
public class PlaceValue
This enumeration shows the type of the user's current location. If the place type is unknown, the attribute value will be PlaceNone, meaning the attribute was not set. If the user in a place not in this list, the value will be set to PlaceOther.
Field Summary | |
---|---|
static java.lang.String |
_Aircraft
|
static java.lang.String |
_Airport
|
static java.lang.String |
_Bus
|
static java.lang.String |
_Home
|
static java.lang.String |
_Hotel
|
static java.lang.String |
_Industrial
|
static java.lang.String |
_Mall
|
static java.lang.String |
_Noisy
|
static java.lang.String |
_Office
|
static java.lang.String |
_Outdoors
|
static java.lang.String |
_PlaceNone
|
static java.lang.String |
_PlaceOther
|
static java.lang.String |
_PublicPlace
|
static java.lang.String |
_PublicTransport
|
static java.lang.String |
_Quiet
|
static java.lang.String |
_Restaurant
|
static java.lang.String |
_School
|
static java.lang.String |
_Ship
|
static java.lang.String |
_Station
|
static java.lang.String |
_Street
|
static java.lang.String |
_Theatre
|
static java.lang.String |
_Train
|
static PlaceValue |
Aircraft
The user is on an aircraft. |
static PlaceValue |
Airport
The user is in an airport. |
static PlaceValue |
Bus
The user is in a bus. |
static PlaceValue |
Home
The user is at home. |
static PlaceValue |
Hotel
The user is in a hotel. |
static PlaceValue |
Industrial
The user is in an industrial building. |
static PlaceValue |
Mall
The user is in a mall. |
static PlaceValue |
Noisy
The user is in a noisy area. |
static PlaceValue |
Office
The user is in an office. |
static PlaceValue |
Outdoors
Generally outdoors. |
static PlaceValue |
PlaceNone
Not set. |
static PlaceValue |
PlaceOther
The user is in a kind of place not listed here. |
static PlaceValue |
PublicPlace
The user is in a public place. |
static PlaceValue |
PublicTransport
The user is on public transport. |
static PlaceValue |
Quiet
The user is in a quiet area. |
static PlaceValue |
Restaurant
The user is in a restaurant / bar / and others |
static PlaceValue |
School
The user is at school. |
static PlaceValue |
Ship
The user is on a ship. |
static PlaceValue |
Station
The user is in a bus- or railway station. |
static PlaceValue |
Street
Walking on the street. |
static PlaceValue |
Theatre
|
static PlaceValue |
Train
The user is in a train. |
Constructor Summary | |
---|---|
protected |
PlaceValue(java.lang.String value)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static PlaceValue |
fromString(java.lang.String value)
|
static PlaceValue |
fromValue(java.lang.String value)
|
java.lang.String |
getValue()
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String _PlaceNone
public static final java.lang.String _Home
public static final java.lang.String _Office
public static final java.lang.String _PublicTransport
public static final java.lang.String _Street
public static final java.lang.String _Outdoors
public static final java.lang.String _PublicPlace
public static final java.lang.String _Hotel
public static final java.lang.String _Theatre
public static final java.lang.String _Restaurant
public static final java.lang.String _School
public static final java.lang.String _Industrial
public static final java.lang.String _Quiet
public static final java.lang.String _Noisy
public static final java.lang.String _Aircraft
public static final java.lang.String _Ship
public static final java.lang.String _Bus
public static final java.lang.String _Station
public static final java.lang.String _Mall
public static final java.lang.String _Airport
public static final java.lang.String _Train
public static final java.lang.String _PlaceOther
public static final PlaceValue PlaceNone
public static final PlaceValue Home
public static final PlaceValue Office
public static final PlaceValue PublicTransport
public static final PlaceValue Street
public static final PlaceValue Outdoors
public static final PlaceValue PublicPlace
public static final PlaceValue Hotel
public static final PlaceValue Theatre
public static final PlaceValue Restaurant
public static final PlaceValue School
public static final PlaceValue Industrial
public static final PlaceValue Quiet
public static final PlaceValue Noisy
public static final PlaceValue Aircraft
public static final PlaceValue Ship
public static final PlaceValue Bus
public static final PlaceValue Station
public static final PlaceValue Mall
public static final PlaceValue Airport
public static final PlaceValue Train
public static final PlaceValue PlaceOther
Constructor Detail |
---|
protected PlaceValue(java.lang.String value)
Method Detail |
---|
public java.lang.String getValue()
public static PlaceValue fromValue(java.lang.String value) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public static PlaceValue fromString(java.lang.String value) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |