|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cafesoft.cams.session.control.SessionControlAction
public class SessionControlAction
Type safe enum for session control actions.
| Field Summary | |
|---|---|
static SessionControlAction |
CLOSE
Represents the CLOSE action. |
static SessionControlAction |
TOUCH
Represents the TOUCH action. |
static SessionControlAction |
UPDATE_ATTR
Represents the UPDATE_ATTR action. |
| Method Summary | |
|---|---|
String |
toString()
Returns the name of this action. |
static SessionControlAction |
valueOf(String name)
Returns the SessionControlAction associated with the given name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final SessionControlAction CLOSE
public static final SessionControlAction TOUCH
public static final SessionControlAction UPDATE_ATTR
| Method Detail |
|---|
public static SessionControlAction valueOf(String name)
name - corresponds to a given SessionControlAction
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||