Uses of Class
org.eclipse.datatools.modelbase.sql.routines.ParameterMode

Packages that use ParameterMode
org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.commonui   
org.eclipse.datatools.modelbase.sql.routines   
 

Uses of ParameterMode in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.commonui
 

Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.commonui that return ParameterMode
 ParameterMode ParametersData.getParameterMode(java.lang.String modeValue)
          Returns the ParameterMode matching the customized mode string representation.
 

Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.commonui with parameters of type ParameterMode
 java.lang.String ParametersData.getParameterModeValue(ParameterMode mode)
          Returns the the customized mode string representation matching the given ParameterMode.
 

Uses of ParameterMode in org.eclipse.datatools.modelbase.sql.routines
 

Fields in org.eclipse.datatools.modelbase.sql.routines declared as ParameterMode
static ParameterMode ParameterMode.IN_LITERAL
          The 'IN' literal object.
static ParameterMode ParameterMode.INOUT_LITERAL
          The 'INOUT' literal object.
static ParameterMode ParameterMode.OUT_LITERAL
          The 'OUT' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.routines that return ParameterMode
static ParameterMode ParameterMode.get(int value)
          Returns the 'Parameter Mode' literal with the specified integer value.
static ParameterMode ParameterMode.get(java.lang.String literal)
          Returns the 'Parameter Mode' literal with the specified literal value.
static ParameterMode ParameterMode.getByName(java.lang.String name)
          Returns the 'Parameter Mode' literal with the specified name.
 ParameterMode Parameter.getMode()
          Returns the value of the 'Mode' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.routines with parameters of type ParameterMode
 void Parameter.setMode(ParameterMode value)
          Sets the value of the 'Mode' attribute.