Uses of Class
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.AllowNullType

Packages that use AllowNullType
org.eclipse.datatools.enablement.sybase.asa.base.catalog   
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel   
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl   
 

Uses of AllowNullType in org.eclipse.datatools.enablement.sybase.asa.base.catalog
 

Methods in org.eclipse.datatools.enablement.sybase.asa.base.catalog that return AllowNullType
 AllowNullType SybaseASACatalogBaseUserDefinedDataType.getNullable()
           
 

Uses of AllowNullType in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel
 

Fields in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel declared as AllowNullType
static AllowNullType AllowNullType.DATABASE_DEFAULT_LITERAL
          The 'Database Default' literal object.
static AllowNullType AllowNullType.NOT_NULLABLE_LITERAL
          The 'Not Nullable' literal object.
static AllowNullType AllowNullType.NULLABLE_LITERAL
          The 'Nullable' literal object.
 

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel that return AllowNullType
static AllowNullType AllowNullType.get(int value)
          Returns the 'Allow Null Type' literal with the specified integer value.
static AllowNullType AllowNullType.get(java.lang.String literal)
          Returns the 'Allow Null Type' literal with the specified literal value.
static AllowNullType AllowNullType.getByName(java.lang.String name)
          Returns the 'Allow Null Type' literal with the specified name.
 AllowNullType SybaseASABaseUserDefinedType.getNullable()
          Returns the value of the 'Nullable' attribute.
 

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel with parameters of type AllowNullType
 void SybaseASABaseUserDefinedType.setNullable(AllowNullType value)
          Sets the value of the 'Nullable' attribute.
 

Uses of AllowNullType in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl
 

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that return AllowNullType
 AllowNullType SybaseasabasesqlmodelFactoryImpl.createAllowNullTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AllowNullType SybaseASABaseUserDefinedTypeImpl.getNullable()
           
 

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl with parameters of type AllowNullType
 void SybaseASABaseUserDefinedTypeImpl.setNullable(AllowNullType newNullable)