public interface ParserPackage
extends org.eclipse.emf.ecore.EPackage
ParserFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
ParserPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static ParserPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
PARSER_COMPONENT_HOST
The meta object id for the '
Component Host ' class. |
static int |
PARSER_COMPONENT_HOST__COMPONENTS
The feature id for the 'Components' containment reference list.
|
static int |
PARSER_COMPONENT_HOST__NAME
The feature id for the 'Name' attribute.
|
static int |
PARSER_COMPONENT_HOST__NODE
The feature id for the 'Node' container reference.
|
static int |
PARSER_COMPONENT_HOST__SECURITY_CONFIGURATION
The feature id for the 'Security Configuration' reference.
|
static int |
PARSER_COMPONENT_HOST__USER_SERVICE
The feature id for the 'User Service' containment reference.
|
static int |
PARSER_COMPONENT_HOST_FEATURE_COUNT
The number of structural features of the 'Component Host' class.
|
static int |
PARSER_COMPONENT_HOST_OPERATION_COUNT
The number of operations of the 'Component Host' class.
|
static int |
PARSER_DRIVER
The meta object id for the '
Driver ' class. |
static int |
PARSER_DRIVER___GET_ENDPOINTS
The operation id for the 'Get Endpoints' operation.
|
static int |
PARSER_DRIVER___GET_PROFILE
The operation id for the 'Get Profile' operation.
|
static int |
PARSER_DRIVER__COMPONENTS
The feature id for the 'Components' containment reference list.
|
static int |
PARSER_DRIVER__CONNECTIONS
The feature id for the 'Connections' containment reference list.
|
static int |
PARSER_DRIVER__CUSTOMIZATION_PROFILE
The feature id for the 'Customization Profile' containment reference.
|
static int |
PARSER_DRIVER__EXPORTER
The feature id for the 'Exporter' containment reference list.
|
static int |
PARSER_DRIVER__MODULES
The feature id for the 'Modules' containment reference list.
|
static int |
PARSER_DRIVER__NAME
The feature id for the 'Name' attribute.
|
static int |
PARSER_DRIVER__SECURITY_CONFIGURATION
The feature id for the 'Security Configuration' reference.
|
static int |
PARSER_DRIVER__SHORT_DESCRIPTION
The feature id for the 'Short Description' attribute.
|
static int |
PARSER_DRIVER_FEATURE_COUNT
The number of structural features of the 'Driver' class.
|
static int |
PARSER_DRIVER_OPERATION_COUNT
The number of operations of the 'Driver' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EReference |
getParserComponentHost_Components()
Returns the meta object for the containment reference list '
Components '. |
org.eclipse.emf.ecore.EClass |
getParserComponentHost()
Returns the meta object for class '
Component Host '. |
org.eclipse.emf.ecore.EReference |
getParserDriver_Components()
Returns the meta object for the containment reference list '
Components '. |
org.eclipse.emf.ecore.EClass |
getParserDriver()
Returns the meta object for class '
Driver '. |
ParserFactory |
getParserFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final ParserPackage eINSTANCE
static final int PARSER_DRIVER
Driver
' class.
static final int PARSER_DRIVER__SHORT_DESCRIPTION
static final int PARSER_DRIVER__NAME
static final int PARSER_DRIVER__CONNECTIONS
static final int PARSER_DRIVER__EXPORTER
static final int PARSER_DRIVER__CUSTOMIZATION_PROFILE
static final int PARSER_DRIVER__SECURITY_CONFIGURATION
static final int PARSER_DRIVER__MODULES
static final int PARSER_DRIVER__COMPONENTS
static final int PARSER_DRIVER_FEATURE_COUNT
static final int PARSER_DRIVER___GET_ENDPOINTS
static final int PARSER_DRIVER___GET_PROFILE
static final int PARSER_DRIVER_OPERATION_COUNT
static final int PARSER_COMPONENT_HOST
Component Host
' class.
static final int PARSER_COMPONENT_HOST__NAME
static final int PARSER_COMPONENT_HOST__NODE
static final int PARSER_COMPONENT_HOST__SECURITY_CONFIGURATION
static final int PARSER_COMPONENT_HOST__USER_SERVICE
static final int PARSER_COMPONENT_HOST__COMPONENTS
static final int PARSER_COMPONENT_HOST_FEATURE_COUNT
static final int PARSER_COMPONENT_HOST_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getParserDriver()
Driver
'.
ParserDriver
org.eclipse.emf.ecore.EReference getParserDriver_Components()
Components
'.
ParserDriver.getComponents()
,
getParserDriver()
org.eclipse.emf.ecore.EClass getParserComponentHost()
Component Host
'.
ParserComponentHost
org.eclipse.emf.ecore.EReference getParserComponentHost_Components()
Components
'.
ParserComponentHost.getComponents()
,
getParserComponentHost()
ParserFactory getParserFactory()