Interface SetPackage.Literals
-
- Enclosing interface:
- SetPackage
public static interface SetPackage.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
CONTEXT_SET
The meta object literal for the 'Context Set
' class.static EReference
CONTEXT_SET__CONTEXTS
The meta object literal for the 'Contexts' reference list feature.static EClass
CONTEXT_SET_CONTAINER
The meta object literal for the 'Context Set Container
' class.static EReference
CONTEXT_SET_CONTAINER__POLICIES
The meta object literal for the 'Policies' containment reference list feature.
-
-
-
Field Detail
-
CONTEXT_SET_CONTAINER
static final EClass CONTEXT_SET_CONTAINER
The meta object literal for the 'Context Set Container
' class.- See Also:
ContextSetContainerImpl
,SetPackageImpl.getContextSetContainer()
- Generated class or method.
-
CONTEXT_SET_CONTAINER__POLICIES
static final EReference CONTEXT_SET_CONTAINER__POLICIES
The meta object literal for the 'Policies' containment reference list feature.- Generated class or method.
-
CONTEXT_SET
static final EClass CONTEXT_SET
The meta object literal for the 'Context Set
' class.- See Also:
ContextSetImpl
,SetPackageImpl.getContextSet()
- Generated class or method.
-
CONTEXT_SET__CONTEXTS
static final EReference CONTEXT_SET__CONTEXTS
The meta object literal for the 'Contexts' reference list feature.- Generated class or method.
-
-