|
||||||||||
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 with type parameters of type SessionStatus | |
---|---|
static java.util.List<SessionStatus> |
SessionStatus.VALUES
A public read-only list of all the 'Session Status' enumerators. |
Methods in org.eclipse.datatools.connectivity.oda.design that return SessionStatus | |
---|---|
static SessionStatus |
SessionStatus.get(int value)
Returns the 'Session Status' literal with the specified integer value. |
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. |
SessionStatus |
DesignSessionResponse.getSessionStatus()
Returns the value of the 'Session Status' attribute. |
static SessionStatus |
SessionStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SessionStatus[] |
SessionStatus.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
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 |