Interface InstancePackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
InstancePackageImpl
public interface InstancePackage 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:
InstanceFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
InstancePackage.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 InstancePackage
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.static int
ROLE
The meta object id for the 'Role
' class.static int
ROLE__ID
The feature id for the 'Id' attribute.static int
ROLE__ROLE_SET
The feature id for the 'Role Set' container reference.static int
ROLE__ROLE_TYPE
The feature id for the 'Role Type' reference.static int
ROLE__VALUE
The feature id for the 'Value' reference.static int
ROLE_FEATURE_COUNT
The number of structural features of the 'Role' class.static int
ROLE_SET
The meta object id for the 'Role Set
' class.static int
ROLE_SET__ID
The feature id for the 'Id' attribute.static int
ROLE_SET__ROLES
The feature id for the 'Roles' containment reference list.static int
ROLE_SET_FEATURE_COUNT
The number of structural features of the 'Role Set' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceFactory
getInstanceFactory()
Returns the factory that creates the instances of the model.EClass
getRole()
Returns the meta object for class 'Role
'.EReference
getRole_RoleSet()
Returns the meta object for the container reference 'Role Set
'.EReference
getRole_RoleType()
Returns the meta object for the reference 'Role Type
'.EReference
getRole_Value()
Returns the meta object for the reference 'Value
'.EClass
getRoleSet()
Returns the meta object for class 'Role Set
'.EReference
getRoleSet_Roles()
Returns the meta object for the containment reference list 'Roles
'.-
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 InstancePackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
ROLE_SET
static final int ROLE_SET
The meta object id for the 'Role Set
' class.- See Also:
RoleSetImpl
,InstancePackageImpl.getRoleSet()
, Constant Field Values- Generated class or method.
-
ROLE_SET__ID
static final int ROLE_SET__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ROLE_SET__ROLES
static final int ROLE_SET__ROLES
The feature id for the 'Roles' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ROLE_SET_FEATURE_COUNT
static final int ROLE_SET_FEATURE_COUNT
The number of structural features of the 'Role Set' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ROLE
static final int ROLE
The meta object id for the 'Role
' class.- See Also:
RoleImpl
,InstancePackageImpl.getRole()
, Constant Field Values- Generated class or method.
-
ROLE__ID
static final int ROLE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ROLE__ROLE_SET
static final int ROLE__ROLE_SET
The feature id for the 'Role Set' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ROLE__ROLE_TYPE
static final int ROLE__ROLE_TYPE
The feature id for the 'Role Type' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ROLE__VALUE
static final int ROLE__VALUE
The feature id for the 'Value' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ROLE_FEATURE_COUNT
static final int ROLE_FEATURE_COUNT
The number of structural features of the 'Role' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getRoleSet
EClass getRoleSet()
Returns the meta object for class 'Role Set
'.- Returns:
- the meta object for class 'Role Set'.
- See Also:
RoleSet
- 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:
RoleSet.getRoles()
,getRoleSet()
- Generated class or method.
-
getRole
EClass getRole()
Returns the meta object for class 'Role
'.- Returns:
- the meta object for class 'Role'.
- See Also:
Role
- 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:
Role.getRoleSet()
,getRole()
- 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:
Role.getRoleType()
,getRole()
- 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:
Role.getValue()
,getRole()
- 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.
-
-