Uses of Class
org.eclipse.datatools.modelbase.sql.datatypes.CoercibilityType

Packages that use CoercibilityType
org.eclipse.datatools.modelbase.sql.datatypes   
org.eclipse.datatools.modelbase.sql.datatypes.impl   
 

Uses of CoercibilityType in org.eclipse.datatools.modelbase.sql.datatypes
 

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

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

Methods in org.eclipse.datatools.modelbase.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.datatools.modelbase.sql.datatypes.impl
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl that return CoercibilityType
 CoercibilityType SQLDataTypesFactoryImpl.createCoercibilityTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 CoercibilityType CharacterStringDataTypeImpl.getCoercibility()
           
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl with parameters of type CoercibilityType
 void CharacterStringDataTypeImpl.setCoercibility(CoercibilityType newCoercibility)
           
 



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