Interface ScriptPackage.Literals
- Enclosing interface:
ScriptPackage
public static interface ScriptPackage.Literals
Defines literals for the meta objects that represent
- each class,
- each feature of each class,
- each enum,
- and each data type
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Abstract Unit
' class.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Value' attribute feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'ID Unit
' class.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Quantity Literal
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Unit' containment reference feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Value' attribute feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Script
' class.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Specific Unit
' class.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'String Unit
' class.
-
Field Details
-
ABSTRACT_UNIT
static final org.eclipse.emf.ecore.EClass ABSTRACT_UNITThe meta object literal for the 'Abstract Unit
' class.- See Also:
-
ABSTRACT_UNIT__VALUE
static final org.eclipse.emf.ecore.EAttribute ABSTRACT_UNIT__VALUEThe meta object literal for the 'Value' attribute feature. -
STRING_UNIT
static final org.eclipse.emf.ecore.EClass STRING_UNITThe meta object literal for the 'String Unit
' class.- See Also:
-
ID_UNIT
static final org.eclipse.emf.ecore.EClass ID_UNITThe meta object literal for the 'ID Unit
' class.- See Also:
-
SPECIFIC_UNIT
static final org.eclipse.emf.ecore.EClass SPECIFIC_UNITThe meta object literal for the 'Specific Unit
' class.- See Also:
-
SCRIPT
static final org.eclipse.emf.ecore.EClass SCRIPTThe meta object literal for the 'Script
' class.- See Also:
-
QUANTITY_LITERAL
static final org.eclipse.emf.ecore.EClass QUANTITY_LITERALThe meta object literal for the 'Quantity Literal
' class.- See Also:
-
QUANTITY_LITERAL__VALUE
static final org.eclipse.emf.ecore.EAttribute QUANTITY_LITERAL__VALUEThe meta object literal for the 'Value' attribute feature. -
QUANTITY_LITERAL__UNIT
static final org.eclipse.emf.ecore.EReference QUANTITY_LITERAL__UNITThe meta object literal for the 'Unit' containment reference feature.
-