Package de.fzi.power.util
Interface UtilPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
UtilPackageImpl
public interface UtilPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
UtilFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
UtilPackage.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
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static int
DIMENSIONLESS
The meta object id for the 'Dimensionless' data type.static UtilPackage
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
ENTITY
The meta object id for the 'Entity
' class.static int
ENTITY__ID
The feature id for the 'Id' attribute.static int
ENTITY__NAME
The feature id for the 'Name' attribute.static int
ENTITY_FEATURE_COUNT
The number of structural features of the 'Entity' class.static int
NAMED_ELEMENT
The meta object id for the 'Named Element
' class.static int
NAMED_ELEMENT__NAME
The feature id for the 'Name' attribute.static int
NAMED_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Named Element' class.static int
POWER
The meta object id for the 'Power' data type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EDataType
getDimensionless()
Returns the meta object for data type 'Dimensionless
'.EClass
getEntity()
Returns the meta object for class 'Entity
'.EClass
getNamedElement()
Returns the meta object for class 'Named Element
'.EAttribute
getNamedElement_Name()
Returns the meta object for the attribute 'Name
'.EDataType
getPower()
Returns the meta object for data type 'Power
'.UtilFactory
getUtilFactory()
Returns the factory that creates the instances of the model.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
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.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final UtilPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
ENTITY
static final int ENTITY
The meta object id for the 'Entity
' class.- See Also:
EntityImpl
,UtilPackageImpl.getEntity()
, Constant Field Values- Generated class or method.
-
ENTITY__ID
static final int ENTITY__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTITY__NAME
static final int ENTITY__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTITY_FEATURE_COUNT
static final int ENTITY_FEATURE_COUNT
The number of structural features of the 'Entity' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NAMED_ELEMENT
static final int NAMED_ELEMENT
The meta object id for the 'Named Element
' class.- See Also:
NamedElementImpl
,UtilPackageImpl.getNamedElement()
, Constant Field Values- Generated class or method.
-
NAMED_ELEMENT__NAME
static final int NAMED_ELEMENT__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
NAMED_ELEMENT_FEATURE_COUNT
static final int NAMED_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Named Element' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
POWER
static final int POWER
The meta object id for the 'Power' data type.- See Also:
Power
,UtilPackageImpl.getPower()
, Constant Field Values- Generated class or method.
-
DIMENSIONLESS
static final int DIMENSIONLESS
The meta object id for the 'Dimensionless' data type.- See Also:
Dimensionless
,UtilPackageImpl.getDimensionless()
, Constant Field Values- Generated class or method.
-
-
Method Detail
-
getEntity
EClass getEntity()
Returns the meta object for class 'Entity
'.- Returns:
- the meta object for class 'Entity'.
- See Also:
Entity
- Generated class or method.
-
getNamedElement
EClass getNamedElement()
Returns the meta object for class 'Named Element
'.- Returns:
- the meta object for class 'Named Element'.
- See Also:
NamedElement
- Generated class or method.
-
getNamedElement_Name
EAttribute getNamedElement_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
NamedElement.getName()
,getNamedElement()
- Generated class or method.
-
getPower
EDataType getPower()
Returns the meta object for data type 'Power
'.- Returns:
- the meta object for data type 'Power'.
- See Also:
Power
- Generated class or method.
- EMF model class or method.
- instanceClass="javax.measure.quantity.Power"
-
getDimensionless
EDataType getDimensionless()
Returns the meta object for data type 'Dimensionless
'.- Returns:
- the meta object for data type 'Dimensionless'.
- See Also:
Dimensionless
- Generated class or method.
- EMF model class or method.
- instanceClass="javax.measure.quantity.Dimensionless"
-
getUtilFactory
UtilFactory getUtilFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-