Interface SetPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
SetPackageImpl
public interface SetPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
SetFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTEXT_SET
The meta object id for the 'Context Set
' class.static int
CONTEXT_SET__CONTEXTS
The feature id for the 'Contexts' reference list.static int
CONTEXT_SET__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
CONTEXT_SET__ID
The feature id for the 'Id' attribute.static int
CONTEXT_SET_CONTAINER
The meta object id for the 'Context Set Container
' class.static int
CONTEXT_SET_CONTAINER__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
CONTEXT_SET_CONTAINER__ID
The feature id for the 'Id' attribute.static int
CONTEXT_SET_CONTAINER__POLICIES
The feature id for the 'Policies' containment reference list.static int
CONTEXT_SET_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Context Set Container' class.static int
CONTEXT_SET_FEATURE_COUNT
The number of structural features of the 'Context Set' class.static SetPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getContextSet()
Returns the meta object for class 'Context Set
'.EReference
getContextSet_Contexts()
Returns the meta object for the reference list 'Contexts
'.EClass
getContextSetContainer()
Returns the meta object for class 'Context Set Container
'.EReference
getContextSetContainer_Policies()
Returns the meta object for the containment reference list 'Policies
'.SetFactory
getSetFactory()
Returns the factory that creates the instances of the model.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final SetPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
CONTEXT_SET_CONTAINER
static final int CONTEXT_SET_CONTAINER
The meta object id for the 'Context Set Container
' class.- See Also:
ContextSetContainerImpl
,SetPackageImpl.getContextSetContainer()
, Constant Field Values- Generated class or method.
-
CONTEXT_SET_CONTAINER__ID
static final int CONTEXT_SET_CONTAINER__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONTEXT_SET_CONTAINER__ENTITY_NAME
static final int CONTEXT_SET_CONTAINER__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONTEXT_SET_CONTAINER__POLICIES
static final int CONTEXT_SET_CONTAINER__POLICIES
The feature id for the 'Policies' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONTEXT_SET_CONTAINER_FEATURE_COUNT
static final int CONTEXT_SET_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Context Set Container' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONTEXT_SET
static final int CONTEXT_SET
The meta object id for the 'Context Set
' class.- See Also:
ContextSetImpl
,SetPackageImpl.getContextSet()
, Constant Field Values- Generated class or method.
-
CONTEXT_SET__ID
static final int CONTEXT_SET__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONTEXT_SET__ENTITY_NAME
static final int CONTEXT_SET__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONTEXT_SET__CONTEXTS
static final int CONTEXT_SET__CONTEXTS
The feature id for the 'Contexts' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONTEXT_SET_FEATURE_COUNT
static final int CONTEXT_SET_FEATURE_COUNT
The number of structural features of the 'Context Set' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getContextSetContainer
EClass getContextSetContainer()
Returns the meta object for class 'Context Set Container
'.- Returns:
- the meta object for class 'Context Set Container'.
- See Also:
ContextSetContainer
- Generated class or method.
-
getContextSetContainer_Policies
EReference getContextSetContainer_Policies()
Returns the meta object for the containment reference list 'Policies
'.- Returns:
- the meta object for the containment reference list 'Policies'.
- See Also:
ContextSetContainer.getPolicies()
,getContextSetContainer()
- Generated class or method.
-
getContextSet
EClass getContextSet()
Returns the meta object for class 'Context Set
'.- Returns:
- the meta object for class 'Context Set'.
- See Also:
ContextSet
- Generated class or method.
-
getContextSet_Contexts
EReference getContextSet_Contexts()
Returns the meta object for the reference list 'Contexts
'.- Returns:
- the meta object for the reference list 'Contexts'.
- See Also:
ContextSet.getContexts()
,getContextSet()
- Generated class or method.
-
getSetFactory
SetFactory getSetFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-