Interface PrimitiveTypesPackage.Literals
- Enclosing class:
- PrimitiveTypesPackage
public static interface PrimitiveTypesPackage.Literals
Defines literals for the meta objects that represent
- each class,
- each feature of each class,
- each enum,
- and each data type
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.eclipse.emf.ecore.EDataType
The meta object literal for the 'Boolean' data type.static final org.eclipse.emf.ecore.EDataType
The meta object literal for the 'Double' data type.static final org.eclipse.emf.ecore.EDataType
The meta object literal for the 'Integer' data type.static final org.eclipse.emf.ecore.EDataType
The meta object literal for the 'String' data type.
-
Field Details
-
BOOLEAN
static final org.eclipse.emf.ecore.EDataType BOOLEANThe meta object literal for the 'Boolean' data type.- See Also:
-
DOUBLE
static final org.eclipse.emf.ecore.EDataType DOUBLEThe meta object literal for the 'Double' data type.- See Also:
-
INTEGER
static final org.eclipse.emf.ecore.EDataType INTEGERThe meta object literal for the 'Integer' data type.- See Also:
-
STRING
static final org.eclipse.emf.ecore.EDataType STRINGThe meta object literal for the 'String' data type.- See Also:
-