public interface XPPUPackage extends EPackage
XPPUFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
XPPUPackage.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
|
EPackage.Descriptor, EPackage.Registry
Modifier and Type | Field and Description |
---|---|
static XPPUPackage |
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 |
PLANT
The meta object id for the '
Plant ' class. |
static int |
PLANT__COMPONENT_REPOSITORY
The feature id for the 'Component Repository' containment reference.
|
static int |
PLANT__ID
The feature id for the 'Id' attribute.
|
static int |
PLANT__INTERFACE_REPOSITORY
The feature id for the 'Interface Repository' containment reference.
|
static int |
PLANT__PLANT_NAME
The feature id for the 'Plant Name' attribute.
|
static int |
PLANT__STRUCTURES
The feature id for the 'Structures' containment reference list.
|
static int |
PLANT_FEATURE_COUNT
The number of structural features of the 'Plant' class.
|
static int |
PLANT_OPERATION_COUNT
The number of operations of the 'Plant' class.
|
Modifier and Type | Method and Description |
---|---|
EReference |
getPlant_ComponentRepository()
Returns the meta object for the containment reference '
Component Repository '. |
EReference |
getPlant_InterfaceRepository()
Returns the meta object for the containment reference '
Interface Repository '. |
EAttribute |
getPlant_PlantName()
Returns the meta object for the attribute '
Plant Name '. |
EReference |
getPlant_Structures()
Returns the meta object for the containment reference list '
Structures '. |
EClass |
getPlant()
Returns the meta object for class '
Plant '. |
XPPUFactory |
getXPPUFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getName, setName
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final XPPUPackage eINSTANCE
static final int PLANT
Plant
' class.
PlantImpl
,
XPPUPackageImpl.getPlant()
,
Constant Field Valuesstatic final int PLANT__ID
static final int PLANT__PLANT_NAME
static final int PLANT__STRUCTURES
static final int PLANT__INTERFACE_REPOSITORY
static final int PLANT__COMPONENT_REPOSITORY
static final int PLANT_FEATURE_COUNT
static final int PLANT_OPERATION_COUNT
EClass getPlant()
Plant
'.
Plant
EAttribute getPlant_PlantName()
Plant Name
'.
Plant.getPlantName()
,
getPlant()
EReference getPlant_Structures()
Structures
'.
Plant.getStructures()
,
getPlant()
EReference getPlant_InterfaceRepository()
Interface Repository
'.
Plant.getInterfaceRepository()
,
getPlant()
EReference getPlant_ComponentRepository()
Component Repository
'.
Plant.getComponentRepository()
,
getPlant()
XPPUFactory getXPPUFactory()