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

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

Uses of JavaSupportType in org.eclipse.datatools.enablement.sybase.asa.catalog
 

Methods in org.eclipse.datatools.enablement.sybase.asa.catalog that return JavaSupportType
 JavaSupportType SybaseASACatalogDatabase.getJavaSupport()
           
 

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

Fields in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel declared as JavaSupportType
static JavaSupportType JavaSupportType.JDK118_LITERAL
          The 'JDK118' literal object.
static JavaSupportType JavaSupportType.JDK13_LITERAL
          The 'JDK13' literal object.
static JavaSupportType JavaSupportType.OFF_LITERAL
          The 'OFF' literal object.
static JavaSupportType JavaSupportType.ON_LITERAL
          The 'ON' literal object.
 

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel that return JavaSupportType
static JavaSupportType JavaSupportType.get(int value)
          Returns the 'Java Support Type' literal with the specified integer value.
static JavaSupportType JavaSupportType.get(java.lang.String literal)
          Returns the 'Java Support Type' literal with the specified literal value.
static JavaSupportType JavaSupportType.getByName(java.lang.String name)
          Returns the 'Java Support Type' literal with the specified name.
 JavaSupportType SybaseASABaseDatabase.getJavaSupport()
          Returns the value of the 'Java Support' attribute.
 

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel with parameters of type JavaSupportType
 void SybaseASABaseDatabase.setJavaSupport(JavaSupportType value)
          Sets the value of the 'Java Support' attribute.
 

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

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that return JavaSupportType
 JavaSupportType SybaseasabasesqlmodelFactoryImpl.createJavaSupportTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 JavaSupportType SybaseASABaseDatabaseImpl.getJavaSupport()
           
 

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl with parameters of type JavaSupportType
 void SybaseASABaseDatabaseImpl.setJavaSupport(JavaSupportType newJavaSupport)