|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AParPackage
The Package for the model. It contains accessors for the meta objects to represent
AParFactory
Nested Class Summary | |
---|---|
static interface |
AParPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
Field Summary | |
---|---|
static AParPackage |
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. |
static int |
IMPORT
The meta object id for the ' Import ' class. |
static int |
IMPORT__IMPORT_URI
The feature id for the 'Import URI' attribute. |
static int |
IMPORT_FEATURE_COUNT
The number of structural features of the 'Import' class. |
static int |
INCORPORATES
The meta object id for the ' Incorporates ' class. |
static int |
INCORPORATES__IMPORT_URI
The feature id for the 'Import URI' attribute. |
static int |
INCORPORATES_FEATURE_COUNT
The number of structural features of the 'Incorporates' class. |
static int |
MODEL
The meta object id for the ' Model ' class. |
static int |
MODEL__INCORPORATES
The feature id for the 'Incorporates' containment reference list. |
static int |
MODEL__MODEL
The feature id for the 'Model' containment reference. |
static int |
MODEL__NAME
The feature id for the 'Name' attribute. |
static int |
MODEL__PARAMETERS
The feature id for the 'Parameters' containment reference list. |
static int |
MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class. |
static int |
PARAMETER
The meta object id for the ' Parameter ' class. |
static int |
PARAMETER__ATTRIBUTE
The feature id for the 'Attribute' reference. |
static int |
PARAMETER__VALUE
The feature id for the 'Value' containment reference. |
static int |
PARAMETER_FEATURE_COUNT
The number of structural features of the 'Parameter' class. |
Method Summary | |
---|---|
AParFactory |
getAParFactory()
Returns the factory that creates the instances of the model. |
org.eclipse.emf.ecore.EAttribute |
getImport_ImportURI()
Returns the meta object for the attribute ' Import URI '. |
org.eclipse.emf.ecore.EClass |
getImport()
Returns the meta object for class ' Import '. |
org.eclipse.emf.ecore.EAttribute |
getIncorporates_ImportURI()
Returns the meta object for the attribute ' Import URI '. |
org.eclipse.emf.ecore.EClass |
getIncorporates()
Returns the meta object for class ' Incorporates '. |
org.eclipse.emf.ecore.EReference |
getModel_Incorporates()
Returns the meta object for the containment reference list ' Incorporates '. |
org.eclipse.emf.ecore.EReference |
getModel_Model()
Returns the meta object for the containment reference ' Model '. |
org.eclipse.emf.ecore.EAttribute |
getModel_Name()
Returns the meta object for the attribute ' Name '. |
org.eclipse.emf.ecore.EReference |
getModel_Parameters()
Returns the meta object for the containment reference list ' Parameters '. |
org.eclipse.emf.ecore.EClass |
getModel()
Returns the meta object for class ' Model '. |
org.eclipse.emf.ecore.EReference |
getParameter_Attribute()
Returns the meta object for the reference ' Attribute '. |
org.eclipse.emf.ecore.EReference |
getParameter_Value()
Returns the meta object for the containment reference ' Value '. |
org.eclipse.emf.ecore.EClass |
getParameter()
Returns the meta object for class ' Parameter '. |
Methods inherited from interface org.eclipse.emf.ecore.EPackage |
---|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final AParPackage eINSTANCE
static final int MODEL
Model
' class.
ModelImpl
,
AParPackageImpl.getModel()
,
Constant Field Valuesstatic final int MODEL__NAME
static final int MODEL__MODEL
static final int MODEL__INCORPORATES
static final int MODEL__PARAMETERS
static final int MODEL_FEATURE_COUNT
static final int IMPORT
Import
' class.
ImportImpl
,
AParPackageImpl.getImport()
,
Constant Field Valuesstatic final int IMPORT__IMPORT_URI
static final int IMPORT_FEATURE_COUNT
static final int INCORPORATES
Incorporates
' class.
IncorporatesImpl
,
AParPackageImpl.getIncorporates()
,
Constant Field Valuesstatic final int INCORPORATES__IMPORT_URI
static final int INCORPORATES_FEATURE_COUNT
static final int PARAMETER
Parameter
' class.
ParameterImpl
,
AParPackageImpl.getParameter()
,
Constant Field Valuesstatic final int PARAMETER__ATTRIBUTE
static final int PARAMETER__VALUE
static final int PARAMETER_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getModel()
Model
'.
Model
org.eclipse.emf.ecore.EAttribute getModel_Name()
Name
'.
Model.getName()
,
getModel()
org.eclipse.emf.ecore.EReference getModel_Model()
Model
'.
Model.getModel()
,
getModel()
org.eclipse.emf.ecore.EReference getModel_Incorporates()
Incorporates
'.
Model.getIncorporates()
,
getModel()
org.eclipse.emf.ecore.EReference getModel_Parameters()
Parameters
'.
Model.getParameters()
,
getModel()
org.eclipse.emf.ecore.EClass getImport()
Import
'.
Import
org.eclipse.emf.ecore.EAttribute getImport_ImportURI()
Import URI
'.
Import.getImportURI()
,
getImport()
org.eclipse.emf.ecore.EClass getIncorporates()
Incorporates
'.
Incorporates
org.eclipse.emf.ecore.EAttribute getIncorporates_ImportURI()
Import URI
'.
Incorporates.getImportURI()
,
getIncorporates()
org.eclipse.emf.ecore.EClass getParameter()
Parameter
'.
Parameter
org.eclipse.emf.ecore.EReference getParameter_Attribute()
Attribute
'.
Parameter.getAttribute()
,
getParameter()
org.eclipse.emf.ecore.EReference getParameter_Value()
Value
'.
Parameter.getValue()
,
getParameter()
AParFactory getAParFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |