|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.soa.parlayx21.presence.SphereValue
public class SphereValue
This enumeration shows the sphere within which the user acts. If the sphere is unknown, the attribute value will be SphereNone, meaning the attribute was not set. If the sphere is not in this list (neither work nor home), the value will be set to SphereOther.
Field Summary | |
---|---|
static java.lang.String |
_SphereHome
|
static java.lang.String |
_SphereNone
|
static java.lang.String |
_SphereOther
|
static java.lang.String |
_SphereWork
|
static SphereValue |
SphereHome
The user is acting within his home sphere, for exampled, as a private person. |
static SphereValue |
SphereNone
Not set. |
static SphereValue |
SphereOther
The user is acting neither within his work nor within his home sphere. |
static SphereValue |
SphereWork
The user is acting within his work sphere, for example, as a member of his company. |
Constructor Summary | |
---|---|
protected |
SphereValue(java.lang.String value)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static SphereValue |
fromString(java.lang.String value)
|
static SphereValue |
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 _SphereNone
public static final java.lang.String _SphereWork
public static final java.lang.String _SphereHome
public static final java.lang.String _SphereOther
public static final SphereValue SphereNone
public static final SphereValue SphereWork
public static final SphereValue SphereHome
public static final SphereValue SphereOther
Constructor Detail |
---|
protected SphereValue(java.lang.String value)
Method Detail |
---|
public java.lang.String getValue()
public static SphereValue fromValue(java.lang.String value) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public static SphereValue 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 |