Interface DynamicextensionPackage.Literals
-
- Enclosing interface:
- DynamicextensionPackage
public static interface DynamicextensionPackage.Literals
Defines 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 EClass
DYNAMIC_SPECIFICATION
The meta object literal for the 'Dynamic Specification
' class.static EReference
DYNAMIC_SPECIFICATION__HELPER_CONTAINER
The meta object literal for the 'Helper Container' containment reference feature.static EReference
DYNAMIC_SPECIFICATION__SUBJECT_CONTAINER
The meta object literal for the 'Subject Container' containment reference feature.
-
-
-
Field Detail
-
DYNAMIC_SPECIFICATION
static final EClass DYNAMIC_SPECIFICATION
The meta object literal for the 'Dynamic Specification
' class.- See Also:
DynamicSpecificationImpl
,DynamicextensionPackageImpl.getDynamicSpecification()
- Generated class or method.
-
DYNAMIC_SPECIFICATION__SUBJECT_CONTAINER
static final EReference DYNAMIC_SPECIFICATION__SUBJECT_CONTAINER
The meta object literal for the 'Subject Container' containment reference feature.- Generated class or method.
-
DYNAMIC_SPECIFICATION__HELPER_CONTAINER
static final EReference DYNAMIC_SPECIFICATION__HELPER_CONTAINER
The meta object literal for the 'Helper Container' containment reference feature.- Generated class or method.
-
-