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

Packages that use ElementNullability
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. 
org.eclipse.datatools.connectivity.oda.design.ui.designsession A utility component that provides the services to handle the DTP ODA Design Session Model API objects. 
 

Uses of ElementNullability in org.eclipse.datatools.connectivity.oda.design
 

Fields in org.eclipse.datatools.connectivity.oda.design with type parameters of type ElementNullability
static java.util.List<ElementNullability> ElementNullability.VALUES
          A public read-only list of all the 'Element Nullability' enumerators.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return ElementNullability
static ElementNullability ElementNullability.get(int value)
          Returns the 'Element Nullability' literal with the specified integer value.
static ElementNullability ElementNullability.get(java.lang.String literal)
          Returns the 'Element Nullability' literal with the specified literal value.
static ElementNullability ElementNullability.getByName(java.lang.String name)
          Returns the 'Element Nullability' literal with the specified name.
 ElementNullability DataElementAttributes.getNullability()
          Returns the value of the 'Nullability' attribute.
static ElementNullability ElementNullability.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ElementNullability[] ElementNullability.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 ElementNullability
 void DataElementAttributes.setNullability(ElementNullability value)
          Sets the value of the 'Nullability' attribute.
 

Uses of ElementNullability in org.eclipse.datatools.connectivity.oda.design.ui.designsession
 

Methods in org.eclipse.datatools.connectivity.oda.design.ui.designsession that return ElementNullability
static ElementNullability DesignSessionUtil.convertParameterNullability(int parameterNullability)
          Converts the value of an ODA runtime parameter nullability to corresponding value used in an ODA design-time element definition.
static ElementNullability DesignSessionUtil.convertResultColumnNullability(int columnNullability)
          Converts the value of an ODA runtime result set column nullability to corresponding value used in an ODA design-time element definition.
static ElementNullability DesignSessionUtil.toElementNullability(int odaNullability)
          Deprecated. As of 3.0.5, replaced by DesignSessionUtil.convertResultColumnNullability( int ).