Package de.fzi.power.util
Interface UtilPackage.Literals
-
- Enclosing interface:
- UtilPackage
public static interface UtilPackage.LiteralsDefines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EDataTypeDIMENSIONLESSThe meta object literal for the 'Dimensionless' data type.static EClassENTITYThe meta object literal for the 'Entity' class.static EClassNAMED_ELEMENTThe meta object literal for the 'Named Element' class.static EAttributeNAMED_ELEMENT__NAMEThe meta object literal for the 'Name' attribute feature.static EDataTypePOWERThe meta object literal for the 'Power' data type.
-
-
-
Field Detail
-
ENTITY
static final EClass ENTITY
The meta object literal for the 'Entity' class.- See Also:
EntityImpl,UtilPackageImpl.getEntity()- Generated class or method.
-
NAMED_ELEMENT
static final EClass NAMED_ELEMENT
The meta object literal for the 'Named Element' class.- See Also:
NamedElementImpl,UtilPackageImpl.getNamedElement()- Generated class or method.
-
NAMED_ELEMENT__NAME
static final EAttribute NAMED_ELEMENT__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
POWER
static final EDataType POWER
The meta object literal for the 'Power' data type.- See Also:
Power,UtilPackageImpl.getPower()- Generated class or method.
-
DIMENSIONLESS
static final EDataType DIMENSIONLESS
The meta object literal for the 'Dimensionless' data type.- See Also:
Dimensionless,UtilPackageImpl.getDimensionless()- Generated class or method.
-
-