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

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

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

Fields in org.eclipse.wst.rdb.internal.models.sql.datatypes declared as CoercibilityType
static CoercibilityType CoercibilityType.IMPLICIT_LITERAL
          The 'IMPLICIT' literal object.
static CoercibilityType CoercibilityType.EXPLICIT_LITERAL
          The 'EXPLICIT' literal object.
static CoercibilityType CoercibilityType.COERCIBILE_LITERAL
          The 'COERCIBILE' literal object.
static CoercibilityType CoercibilityType.NO_COLLATION_LITERAL
          The 'NO COLLATION' literal object.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes that return CoercibilityType
static CoercibilityType CoercibilityType.get(java.lang.String name)
          Returns the 'Coercibility Type' literal with the specified name.
static CoercibilityType CoercibilityType.get(int value)
          Returns the 'Coercibility Type' literal with the specified value.
 CoercibilityType CharacterStringDataType.getCoercibility()
          Returns the value of the 'Coercibility' attribute.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes with parameters of type CoercibilityType
 void CharacterStringDataType.setCoercibility(CoercibilityType value)
          Sets the value of the 'Coercibility' attribute.
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that return CoercibilityType
 CoercibilityType CharacterStringDataTypeImpl.getCoercibility()
          
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl with parameters of type CoercibilityType
 void CharacterStringDataTypeImpl.setCoercibility(CoercibilityType newCoercibility)