public interface UtilPackage extends EPackage
UtilFactory| Modifier and Type | Interface and 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
|
EPackage.Descriptor, EPackage.Registry| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and Description |
|---|---|
EDataType |
getDimensionless()
Returns the meta object for data type '
Dimensionless'. |
EClass |
getEntity()
Returns the meta object for class '
Entity'. |
EAttribute |
getNamedElement_Name()
Returns the meta object for the attribute '
Name'. |
EClass |
getNamedElement()
Returns the meta object for class '
Named Element'. |
EDataType |
getPower()
Returns the meta object for data type '
Power'. |
UtilFactory |
getUtilFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetName, setNamegetEAnnotation, getEAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final UtilPackage eINSTANCE
static final int ENTITY
Entity' class.
EntityImpl,
UtilPackageImpl.getEntity(),
Constant Field Valuesstatic final int ENTITY__ID
static final int ENTITY__NAME
static final int ENTITY_FEATURE_COUNT
static final int NAMED_ELEMENT
Named Element' class. NamedElementImpl,
UtilPackageImpl.getNamedElement(),
Constant Field Valuesstatic final int NAMED_ELEMENT__NAME
static final int NAMED_ELEMENT_FEATURE_COUNT
static final int POWER
Power,
UtilPackageImpl.getPower(),
Constant Field Valuesstatic final int DIMENSIONLESS
Dimensionless,
UtilPackageImpl.getDimensionless(),
Constant Field ValuesEClass getEntity()
Entity'. EntityEClass getNamedElement()
Named Element'. NamedElementEAttribute getNamedElement_Name()
Name'. NamedElement.getName(),
getNamedElement()EDataType getPower()
Power'.
PowerEDataType getDimensionless()
Dimensionless'. DimensionlessUtilFactory getUtilFactory()