Interface InstancePackage
- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
InstancePackageImpl
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:
- Generated class or method.
- EMF model class or method.
- kind="package"
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDefines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InstancePackageThe singleton instance of the package.static final StringThe package name.static final StringThe package namespace name.static final StringThe package namespace URI.static final intThe meta object id for the 'Role' class.static final intThe feature id for the 'Id' attribute.static final intThe feature id for the 'Role Set' container reference.static final intThe feature id for the 'Role Type' reference.static final intThe feature id for the 'Value' reference.static final intThe number of structural features of the 'Role' class.static final intThe meta object id for the 'Role Set' class.static final intThe feature id for the 'Id' attribute.static final intThe feature id for the 'Roles' containment reference list.static final intThe number of structural features of the 'Role Set' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the factory that creates the instances of the model.getRole()Returns the meta object for class 'Role'.Returns the meta object for the container reference 'Role Set'.Returns the meta object for the reference 'Role Type'.Returns the meta object for the reference 'Value'.Returns the meta object for class 'Role Set'.Returns the meta object for the containment reference list 'Roles'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
ROLE_SET
static final int ROLE_SETThe meta object id for the 'Role Set' class.- See Also:
- Generated class or method.
-
ROLE_SET__ID
static final int ROLE_SET__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ROLE_SET__ROLES
static final int ROLE_SET__ROLESThe feature id for the 'Roles' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ROLE_SET_FEATURE_COUNT
static final int ROLE_SET_FEATURE_COUNTThe number of structural features of the 'Role Set' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ROLE
static final int ROLEThe meta object id for the 'Role' class.- See Also:
- Generated class or method.
-
ROLE__ID
static final int ROLE__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ROLE__ROLE_SET
static final int ROLE__ROLE_SETThe feature id for the 'Role Set' container reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ROLE__ROLE_TYPE
static final int ROLE__ROLE_TYPEThe feature id for the 'Role Type' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ROLE__VALUE
static final int ROLE__VALUEThe feature id for the 'Value' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ROLE_FEATURE_COUNT
static final int ROLE_FEATURE_COUNTThe number of structural features of the 'Role' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getRoleSet
EClass getRoleSet()Returns the meta object for class 'Role Set'.- Returns:
- the meta object for class 'Role Set'.
- See Also:
- Generated class or method.
-
getRoleSet_Roles
EReference getRoleSet_Roles()Returns the meta object for the containment reference list 'Roles'.- Returns:
- the meta object for the containment reference list 'Roles'.
- See Also:
- Generated class or method.
-
getRole
EClass getRole()Returns the meta object for class 'Role'.- Returns:
- the meta object for class 'Role'.
- See Also:
- Generated class or method.
-
getRole_RoleSet
EReference getRole_RoleSet()Returns the meta object for the container reference 'Role Set'.- Returns:
- the meta object for the container reference 'Role Set'.
- See Also:
- Generated class or method.
-
getRole_RoleType
EReference getRole_RoleType()Returns the meta object for the reference 'Role Type'.- Returns:
- the meta object for the reference 'Role Type'.
- See Also:
- Generated class or method.
-
getRole_Value
EReference getRole_Value()Returns the meta object for the reference 'Value'.- Returns:
- the meta object for the reference 'Value'.
- See Also:
- Generated class or method.
-
getInstanceFactory
InstanceFactory getInstanceFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-