|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionStatus | |
org.eclipse.datatools.connectivity.oda.design | [Platform API] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. |
Uses of SessionStatus in org.eclipse.datatools.connectivity.oda.design |
Fields in org.eclipse.datatools.connectivity.oda.design declared as SessionStatus | |
static SessionStatus |
SessionStatus.OK_LITERAL
The 'Ok' literal object. |
static SessionStatus |
SessionStatus.USER_CANCELLED_LITERAL
The 'User Cancelled' literal object. |
static SessionStatus |
SessionStatus.LOGIN_FAILED_LITERAL
The 'Login Failed' literal object. |
static SessionStatus |
SessionStatus.ERROR_LITERAL
The 'Error' literal object. |
Methods in org.eclipse.datatools.connectivity.oda.design that return SessionStatus | |
static SessionStatus |
SessionStatus.get(java.lang.String literal)
Returns the 'Session Status' literal with the specified literal value. |
static SessionStatus |
SessionStatus.getByName(java.lang.String name)
Returns the 'Session Status' literal with the specified name. |
static SessionStatus |
SessionStatus.get(int value)
Returns the 'Session Status' literal with the specified integer value. |
SessionStatus |
DesignSessionResponse.getSessionStatus()
Returns the value of the 'Session Status' attribute. |
Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type SessionStatus | |
void |
DesignSessionResponse.setSessionStatus(SessionStatus value)
Sets the value of the ' Session Status ' attribute. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |