|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SybaseASECatalogType | |
---|---|
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel | |
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl |
Uses of SybaseASECatalogType in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel |
---|
Fields in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel declared as SybaseASECatalogType | |
---|---|
static SybaseASECatalogType |
SybaseASECatalogType.PROXYCATALOG_LITERAL
The 'PROXYCATALOG' literal object. |
static SybaseASECatalogType |
SybaseASECatalogType.TEMPCATALOG_LITERAL
The 'TEMPCATALOG' literal object. |
static SybaseASECatalogType |
SybaseASECatalogType.USERCATALOG_LITERAL
The 'USERCATALOG' literal object. |
Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel that return SybaseASECatalogType | |
---|---|
static SybaseASECatalogType |
SybaseASECatalogType.get(int value)
Returns the 'Sybase ASE Catalog Type' literal with the specified integer value. |
static SybaseASECatalogType |
SybaseASECatalogType.get(java.lang.String literal)
Returns the 'Sybase ASE Catalog Type' literal with the specified literal value. |
static SybaseASECatalogType |
SybaseASECatalogType.getByName(java.lang.String name)
Returns the 'Sybase ASE Catalog Type' literal with the specified name. |
SybaseASECatalogType |
SybaseASECatalog.getCatalogType()
Returns the value of the 'Catalog Type' attribute. |
Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel with parameters of type SybaseASECatalogType | |
---|---|
void |
SybaseASECatalog.setCatalogType(SybaseASECatalogType value)
Sets the value of the ' Catalog Type ' attribute. |
Uses of SybaseASECatalogType in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl |
---|
Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that return SybaseASECatalogType | |
---|---|
SybaseASECatalogType |
SybaseasesqlmodelFactoryImpl.createSybaseASECatalogTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
SybaseASECatalogType |
SybaseASECatalogImpl.getCatalogType()
|
Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl with parameters of type SybaseASECatalogType | |
---|---|
void |
SybaseASECatalogImpl.setCatalogType(SybaseASECatalogType newCatalogType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |