@Deprecated
public interface Catalog
The following features are supported:
CatalogPackage.getCatalog()| Modifier and Type | Method and Description |
|---|---|
<any> |
getInstalledEntries()
Deprecated.
Returns the value of the 'Installed Entries' reference list.
|
java.lang.String |
getName()
Deprecated.
Returns the value of the 'Name' attribute.
|
void |
setName(java.lang.String value)
Deprecated.
Sets the value of the '
Name' attribute. |
<any> getInstalledEntries()
org.eclipse.emf.ecore.EObject.
"installedEntries" represents all the EObject initially registered through the registration extension point.
CatalogPackage.getCatalog_InstalledEntries()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
The name of the Catalog.setName(String),
CatalogPackage.getCatalog_Name()