@ThingworxExtensionApiClass(since={6,6}) public enum ThingworxSessionState extends java.lang.Enum<ThingworxSessionState>
| Enum Constant and Description |
|---|
SESSION_CREATE |
SESSION_RENEW |
SESSION_TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
static ThingworxSessionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThingworxSessionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThingworxSessionState SESSION_TIMEOUT
public static final ThingworxSessionState SESSION_RENEW
public static final ThingworxSessionState SESSION_CREATE
public static ThingworxSessionState[] values()
for (ThingworxSessionState c : ThingworxSessionState.values()) System.out.println(c);
public static ThingworxSessionState 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 namejava.lang.NullPointerException - if the argument is null