|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.connectivity.oda.design.SessionStatus
A representation of the literals of the enumeration 'Session Status', and utility methods for working with them. Indicates to ODA host designer on how to proceed after an ODA design session exits.
DesignPackage.getSessionStatus()
,
Serialized FormField Summary | |
static java.lang.String |
copyright
|
static int |
ERROR
The 'Error' literal value. |
static SessionStatus |
ERROR_LITERAL
The 'Error' literal object. |
static int |
LOGIN_FAILED
The 'Login Failed' literal value. |
static SessionStatus |
LOGIN_FAILED_LITERAL
The 'Login Failed' literal object. |
static int |
OK
The 'Ok' literal value. |
static SessionStatus |
OK_LITERAL
The 'Ok' literal object. |
static int |
USER_CANCELLED
The 'User Cancelled' literal value. |
static SessionStatus |
USER_CANCELLED_LITERAL
The 'User Cancelled' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Session Status' enumerators. |
Method Summary | |
static SessionStatus |
get(int value)
Returns the 'Session Status' literal with the specified integer value. |
static SessionStatus |
get(java.lang.String literal)
Returns the 'Session Status' literal with the specified literal value. |
static SessionStatus |
getByName(java.lang.String name)
Returns the 'Session Status' literal with the specified name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String copyright
public static final int OK
OK_LITERAL
,
Constant Field Valuespublic static final int USER_CANCELLED
USER_CANCELLED_LITERAL
,
Constant Field Valuespublic static final int LOGIN_FAILED
LOGIN_FAILED_LITERAL
,
Constant Field Valuespublic static final int ERROR
ERROR_LITERAL
,
Constant Field Valuespublic static final SessionStatus OK_LITERAL
OK
public static final SessionStatus USER_CANCELLED_LITERAL
USER_CANCELLED
public static final SessionStatus LOGIN_FAILED_LITERAL
LOGIN_FAILED
public static final SessionStatus ERROR_LITERAL
ERROR
public static final java.util.List VALUES
Method Detail |
public static SessionStatus get(java.lang.String literal)
public static SessionStatus getByName(java.lang.String name)
public static SessionStatus get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |