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 interfaceSetPackage.LiteralsDefines 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 intCONTEXT_SETThe meta object id for the 'Context Set' class.static intCONTEXT_SET__CONTEXTSThe feature id for the 'Contexts' reference list.static intCONTEXT_SET__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.static intCONTEXT_SET__IDThe feature id for the 'Id' attribute.static intCONTEXT_SET_CONTAINERThe meta object id for the 'Context Set Container' class.static intCONTEXT_SET_CONTAINER__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.static intCONTEXT_SET_CONTAINER__IDThe feature id for the 'Id' attribute.static intCONTEXT_SET_CONTAINER__POLICIESThe feature id for the 'Policies' containment reference list.static intCONTEXT_SET_CONTAINER_FEATURE_COUNTThe number of structural features of the 'Context Set Container' class.static intCONTEXT_SET_FEATURE_COUNTThe number of structural features of the 'Context Set' class.static SetPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClassgetContextSet()Returns the meta object for class 'Context Set'.EReferencegetContextSet_Contexts()Returns the meta object for the reference list 'Contexts'.EClassgetContextSetContainer()Returns the meta object for class 'Context Set Container'.EReferencegetContextSetContainer_Policies()Returns the meta object for the containment reference list 'Policies'.SetFactorygetSetFactory()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.
-
-