public interface EclipsepluginPackage
EclipsepluginFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
EclipsepluginPackage.Literals
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 |
ECLIPSE_PLUGIN
The meta object id for the '
Eclipse Plugin' class. |
static int |
ECLIPSE_PLUGIN__BUILD_PROPERTIES
The feature id for the 'Build Properties' reference.
|
static int |
ECLIPSE_PLUGIN__BUNDLE
The feature id for the 'Bundle' reference.
|
static int |
ECLIPSE_PLUGIN__BUNDLE_PROPERTIES
The feature id for the 'Bundle Properties' reference.
|
static int |
ECLIPSE_PLUGIN__CLASS_PATH_ROOT
The feature id for the 'Class Path Root' reference.
|
static int |
ECLIPSE_PLUGIN__INVENTORY_PROJECT
The feature id for the 'Inventory Project' reference.
|
static int |
ECLIPSE_PLUGIN__JAVA_MODEL
The feature id for the 'Java Model' reference.
|
static int |
ECLIPSE_PLUGIN__NAME
The feature id for the 'Name' attribute.
|
static int |
ECLIPSE_PLUGIN__OUTPUT_DIRECTORY
The feature id for the 'Output Directory' attribute.
|
static int |
ECLIPSE_PLUGIN__PLUGIN_PROPERTIES
The feature id for the 'Plugin Properties' reference.
|
static int |
ECLIPSE_PLUGIN__PLUGIN_XML
The feature id for the 'Plugin Xml' reference.
|
static int |
ECLIPSE_PLUGIN__PROJECT
The feature id for the 'Project' reference.
|
static int |
ECLIPSE_PLUGIN__SRC_DIRECTORY
The feature id for the 'Src Directory' attribute.
|
static int |
ECLIPSE_PLUGIN_FEATURE_COUNT
The number of structural features of the 'Eclipse Plugin' class.
|
static EclipsepluginPackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
| Modifier and Type | Method and Description |
|---|---|
EReference |
getEclipsePlugin_BuildProperties()
Returns the meta object for the reference '
Build Properties'. |
EReference |
getEclipsePlugin_Bundle()
Returns the meta object for the reference '
Bundle'. |
EReference |
getEclipsePlugin_BundleProperties()
Returns the meta object for the reference '
Bundle Properties'. |
EReference |
getEclipsePlugin_ClassPathRoot()
Returns the meta object for the reference '
Class Path Root'. |
EReference |
getEclipsePlugin_InventoryProject()
Returns the meta object for the reference '
Inventory Project'. |
EReference |
getEclipsePlugin_JavaModel()
Returns the meta object for the reference '
Java Model'. |
EAttribute |
getEclipsePlugin_Name()
Returns the meta object for the attribute '
Name'. |
EAttribute |
getEclipsePlugin_OutputDirectory()
Returns the meta object for the attribute '
Output Directory'. |
EReference |
getEclipsePlugin_PluginProperties()
Returns the meta object for the reference '
Plugin Properties'. |
EReference |
getEclipsePlugin_PluginXml()
Returns the meta object for the reference '
Plugin Xml'. |
EReference |
getEclipsePlugin_Project()
Returns the meta object for the reference '
Project'. |
EAttribute |
getEclipsePlugin_SrcDirectory()
Returns the meta object for the attribute '
Src Directory'. |
EClass |
getEclipsePlugin()
Returns the meta object for class '
Eclipse Plugin'. |
EclipsepluginFactory |
getEclipsepluginFactory()
Returns the factory that creates the instances of the model.
|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final EclipsepluginPackage eINSTANCE
static final int ECLIPSE_PLUGIN
Eclipse Plugin' class.
org.eclipse.modisco.eclipseplugin.impl.EclipsePluginImpl,
org.eclipse.modisco.eclipseplugin.impl.EclipsepluginPackageImpl#getEclipsePlugin(),
Constant Field Valuesstatic final int ECLIPSE_PLUGIN__BUNDLE
static final int ECLIPSE_PLUGIN__JAVA_MODEL
static final int ECLIPSE_PLUGIN__INVENTORY_PROJECT
static final int ECLIPSE_PLUGIN__CLASS_PATH_ROOT
static final int ECLIPSE_PLUGIN__BUILD_PROPERTIES
static final int ECLIPSE_PLUGIN__PLUGIN_PROPERTIES
static final int ECLIPSE_PLUGIN__BUNDLE_PROPERTIES
static final int ECLIPSE_PLUGIN__OUTPUT_DIRECTORY
static final int ECLIPSE_PLUGIN__SRC_DIRECTORY
static final int ECLIPSE_PLUGIN__NAME
static final int ECLIPSE_PLUGIN__PLUGIN_XML
static final int ECLIPSE_PLUGIN__PROJECT
static final int ECLIPSE_PLUGIN_FEATURE_COUNT
EClass getEclipsePlugin()
Eclipse Plugin'.
EclipsePluginEReference getEclipsePlugin_Bundle()
Bundle'.
EclipsePlugin.getBundle(),
getEclipsePlugin()EReference getEclipsePlugin_JavaModel()
Java Model'.
EclipsePlugin.getJavaModel(),
getEclipsePlugin()EReference getEclipsePlugin_InventoryProject()
Inventory Project'.
EclipsePlugin.getInventoryProject(),
getEclipsePlugin()EReference getEclipsePlugin_ClassPathRoot()
Class Path Root'.
EclipsePlugin.getClassPathRoot(),
getEclipsePlugin()EReference getEclipsePlugin_BuildProperties()
Build Properties'.
EclipsePlugin.getBuildProperties(),
getEclipsePlugin()EReference getEclipsePlugin_PluginProperties()
Plugin Properties'.
EclipsePlugin.getPluginProperties(),
getEclipsePlugin()EReference getEclipsePlugin_BundleProperties()
Bundle Properties'.
EclipsePlugin.getBundleProperties(),
getEclipsePlugin()EAttribute getEclipsePlugin_OutputDirectory()
Output Directory'.
EclipsePlugin.getOutputDirectory(),
getEclipsePlugin()EAttribute getEclipsePlugin_SrcDirectory()
Src Directory'.
EclipsePlugin.getSrcDirectory(),
getEclipsePlugin()EAttribute getEclipsePlugin_Name()
Name'.
EclipsePlugin.getName(),
getEclipsePlugin()EReference getEclipsePlugin_PluginXml()
Plugin Xml'.
EclipsePlugin.getPluginXml(),
getEclipsePlugin()EReference getEclipsePlugin_Project()
Project'.
EclipsePlugin.getProject(),
getEclipsePlugin()EclipsepluginFactory getEclipsepluginFactory()