Interface VirtualPackage.Literals
- Enclosing interface:
- VirtualPackage
public static interface VirtualPackage.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.EClassThe meta object literal for the 'Boolean Slot' class.static final org.eclipse.emf.ecore.EAttributeThe meta object literal for the 'Values' attribute list feature.static final org.eclipse.emf.ecore.EClassThe meta object literal for the 'Float Slot' class.static final org.eclipse.emf.ecore.EAttributeThe meta object literal for the 'Values' attribute list feature.static final org.eclipse.emf.ecore.EClassThe meta object literal for the 'Integer Slot' class.static final org.eclipse.emf.ecore.EAttributeThe meta object literal for the 'Values' attribute list feature.static final org.eclipse.emf.ecore.EClassThe meta object literal for the 'Reference Slot' class.static final org.eclipse.emf.ecore.EReferenceThe meta object literal for the 'Values' reference list feature.static final org.eclipse.emf.ecore.EClassThe meta object literal for the 'Slot' class.static final org.eclipse.emf.ecore.EReferenceThe meta object literal for the 'Owner' container reference feature.static final org.eclipse.emf.ecore.EClassThe meta object literal for the 'String Slot' class.static final org.eclipse.emf.ecore.EAttributeThe meta object literal for the 'Values' attribute list feature.static final org.eclipse.emf.ecore.EClassThe meta object literal for the 'Typed Element' class.static final org.eclipse.emf.ecore.EAttributeThe meta object literal for the 'Type' attribute feature.static final org.eclipse.emf.ecore.EClassThe meta object literal for the 'Model' class.static final org.eclipse.emf.ecore.EReferenceThe meta object literal for the 'Objects' containment reference list feature.static final org.eclipse.emf.ecore.EClassThe meta object literal for the 'Object' class.static final org.eclipse.emf.ecore.EReferenceThe meta object literal for the 'Model' container reference feature.static final org.eclipse.emf.ecore.EReferenceThe meta object literal for the 'Slots' containment reference list feature.
-
Field Details
-
VIRTUAL_MODEL
static final org.eclipse.emf.ecore.EClass VIRTUAL_MODELThe meta object literal for the 'Model' class. -
VIRTUAL_MODEL__OBJECTS
static final org.eclipse.emf.ecore.EReference VIRTUAL_MODEL__OBJECTSThe meta object literal for the 'Objects' containment reference list feature. -
TYPED_ELEMENT
static final org.eclipse.emf.ecore.EClass TYPED_ELEMENTThe meta object literal for the 'Typed Element' class. -
TYPED_ELEMENT__TYPE
static final org.eclipse.emf.ecore.EAttribute TYPED_ELEMENT__TYPEThe meta object literal for the 'Type' attribute feature. -
VIRTUAL_OBJECT
static final org.eclipse.emf.ecore.EClass VIRTUAL_OBJECTThe meta object literal for the 'Object' class. -
VIRTUAL_OBJECT__MODEL
static final org.eclipse.emf.ecore.EReference VIRTUAL_OBJECT__MODELThe meta object literal for the 'Model' container reference feature. -
VIRTUAL_OBJECT__SLOTS
static final org.eclipse.emf.ecore.EReference VIRTUAL_OBJECT__SLOTSThe meta object literal for the 'Slots' containment reference list feature. -
SLOT
static final org.eclipse.emf.ecore.EClass SLOTThe meta object literal for the 'Slot' class.- See Also:
-
SLOT__OWNER
static final org.eclipse.emf.ecore.EReference SLOT__OWNERThe meta object literal for the 'Owner' container reference feature. -
STRING_SLOT
static final org.eclipse.emf.ecore.EClass STRING_SLOTThe meta object literal for the 'String Slot' class. -
STRING_SLOT__VALUES
static final org.eclipse.emf.ecore.EAttribute STRING_SLOT__VALUESThe meta object literal for the 'Values' attribute list feature. -
INTEGER_SLOT
static final org.eclipse.emf.ecore.EClass INTEGER_SLOTThe meta object literal for the 'Integer Slot' class. -
INTEGER_SLOT__VALUES
static final org.eclipse.emf.ecore.EAttribute INTEGER_SLOT__VALUESThe meta object literal for the 'Values' attribute list feature. -
BOOLEAN_SLOT
static final org.eclipse.emf.ecore.EClass BOOLEAN_SLOTThe meta object literal for the 'Boolean Slot' class. -
BOOLEAN_SLOT__VALUES
static final org.eclipse.emf.ecore.EAttribute BOOLEAN_SLOT__VALUESThe meta object literal for the 'Values' attribute list feature. -
FLOAT_SLOT
static final org.eclipse.emf.ecore.EClass FLOAT_SLOTThe meta object literal for the 'Float Slot' class. -
FLOAT_SLOT__VALUES
static final org.eclipse.emf.ecore.EAttribute FLOAT_SLOT__VALUESThe meta object literal for the 'Values' attribute list feature. -
REFERENCE_SLOT
static final org.eclipse.emf.ecore.EClass REFERENCE_SLOTThe meta object literal for the 'Reference Slot' class. -
REFERENCE_SLOT__VALUES
static final org.eclipse.emf.ecore.EReference REFERENCE_SLOT__VALUESThe meta object literal for the 'Values' reference list feature.
-