Uses of Class
org.eclipse.datatools.connectivity.oda.design.SessionStatus

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.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.