Uses of Class
org.eclipse.wst.rdb.internal.models.sql.datatypes.IntegrityControlOption

Packages that use IntegrityControlOption
org.eclipse.wst.rdb.internal.models.sql.datatypes   
org.eclipse.wst.rdb.internal.models.sql.datatypes.impl   
 

Uses of IntegrityControlOption in org.eclipse.wst.rdb.internal.models.sql.datatypes
 

Fields in org.eclipse.wst.rdb.internal.models.sql.datatypes declared as IntegrityControlOption
static IntegrityControlOption IntegrityControlOption.ALL_LITERAL
          The 'ALL' literal object.
static IntegrityControlOption IntegrityControlOption.NONE_LITERAL
          The 'NONE' literal object.
static IntegrityControlOption IntegrityControlOption.SELECTIVE_LITERAL
          The 'SELECTIVE' literal object.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes that return IntegrityControlOption
static IntegrityControlOption IntegrityControlOption.get(int value)
          Returns the 'Integrity Control Option' literal with the specified integer value.
static IntegrityControlOption IntegrityControlOption.get(java.lang.String literal)
          Returns the 'Integrity Control Option' literal with the specified literal value.
static IntegrityControlOption IntegrityControlOption.getByName(java.lang.String name)
          Returns the 'Integrity Control Option' literal with the specified name.
 IntegrityControlOption DataLinkDataType.getIntegrityControl()
          Returns the value of the 'Integrity Control' attribute.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes with parameters of type IntegrityControlOption
 void DataLinkDataType.setIntegrityControl(IntegrityControlOption value)
          Sets the value of the 'Integrity Control' attribute.
 

Uses of IntegrityControlOption in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that return IntegrityControlOption
 IntegrityControlOption SQLDataTypesFactoryImpl.createIntegrityControlOptionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 IntegrityControlOption DataLinkDataTypeImpl.getIntegrityControl()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl with parameters of type IntegrityControlOption
 void DataLinkDataTypeImpl.setIntegrityControl(IntegrityControlOption newIntegrityControl)