@Deprecated
public interface CatalogPackage
CatalogFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
CatalogPackage.Literals
Deprecated.
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static int |
CATALOG
Deprecated.
The meta object id for the '
Catalog ' class. |
static int |
CATALOG__INSTALLED_ENTRIES
Deprecated.
The feature id for the 'Installed Entries' reference list.
|
static int |
CATALOG__NAME
Deprecated.
The feature id for the 'Name' attribute.
|
static int |
CATALOG_FEATURE_COUNT
Deprecated.
The number of structural features of the 'Catalog' class.
|
static int |
CATALOG_SET
Deprecated.
The meta object id for the '
Set ' class. |
static int |
CATALOG_SET__CATALOGS
Deprecated.
The feature id for the 'Catalogs' containment reference list.
|
static int |
CATALOG_SET_FEATURE_COUNT
Deprecated.
The number of structural features of the 'Set' class.
|
static CatalogPackage |
eINSTANCE
Deprecated.
The singleton instance of the package.
|
static java.lang.String |
eNAME
Deprecated.
The package name.
|
static java.lang.String |
eNS_PREFIX
Deprecated.
The package namespace name.
|
static java.lang.String |
eNS_URI
Deprecated.
The package namespace URI.
|
Modifier and Type | Method and Description |
---|---|
EReference |
getCatalog_InstalledEntries()
Deprecated.
Returns the meta object for the reference list '
Installed Entries '. |
EAttribute |
getCatalog_Name()
Deprecated.
Returns the meta object for the attribute '
Name '. |
EClass |
getCatalog()
Deprecated.
Returns the meta object for class '
Catalog '. |
CatalogFactory |
getCatalogFactory()
Deprecated.
Returns the factory that creates the instances of the model.
|
EReference |
getCatalogSet_Catalogs()
Deprecated.
Returns the meta object for the containment reference list '
Catalogs '. |
EClass |
getCatalogSet()
Deprecated.
Returns the meta object for class '
Set '. |
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final CatalogPackage eINSTANCE
static final int CATALOG_SET
Set
' class.
org.eclipse.emf.facet.util.emf.catalog.impl.CatalogSetImpl
,
org.eclipse.emf.facet.util.emf.catalog.impl.CatalogPackageImpl#getCatalogSet()
,
Constant Field Valuesstatic final int CATALOG_SET__CATALOGS
static final int CATALOG_SET_FEATURE_COUNT
static final int CATALOG
Catalog
' class.
Catalog
,
org.eclipse.emf.facet.util.emf.catalog.impl.CatalogPackageImpl#getCatalog()
,
Constant Field Valuesstatic final int CATALOG__INSTALLED_ENTRIES
static final int CATALOG__NAME
static final int CATALOG_FEATURE_COUNT
EClass getCatalogSet()
Set
'.
CatalogSet
EReference getCatalogSet_Catalogs()
Catalogs
'.
CatalogSet.getCatalogs()
,
getCatalogSet()
EClass getCatalog()
Catalog
'.
Catalog
EReference getCatalog_InstalledEntries()
Installed Entries
'.
Catalog.getInstalledEntries()
,
getCatalog()
EAttribute getCatalog_Name()
Name
'.
Catalog.getName()
,
getCatalog()
CatalogFactory getCatalogFactory()