public interface InstancePackage extends EPackage
InstanceFactory| Modifier and Type | Interface and 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
|
EPackage.Descriptor, EPackage.Registry| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceFactory |
getInstanceFactory()
Returns the factory that creates the instances of the model.
|
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 |
getRole()
Returns the meta object for class '
Role'. |
EReference |
getRoleSet_Roles()
Returns the meta object for the containment reference list '
Roles'. |
EClass |
getRoleSet()
Returns the meta object for class '
Role Set'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetName, setNamegetEAnnotation, getEAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final InstancePackage eINSTANCE
static final int ROLE_SET
Role Set'
class. RoleSetImpl,
InstancePackageImpl.getRoleSet(),
Constant Field Valuesstatic final int ROLE_SET__ID
static final int ROLE_SET__ROLES
static final int ROLE_SET_FEATURE_COUNT
static final int ROLE
Role' class.
RoleImpl,
InstancePackageImpl.getRole(),
Constant Field Valuesstatic final int ROLE__ID
static final int ROLE__ROLE_SET
static final int ROLE__ROLE_TYPE
static final int ROLE__VALUE
static final int ROLE_FEATURE_COUNT
EClass getRoleSet()
Role Set'. RoleSetEReference getRoleSet_Roles()
Roles'.
RoleSet.getRoles(),
getRoleSet()EClass getRole()
Role'. RoleEReference getRole_RoleSet()
Role Set'.
Role.getRoleSet(),
getRole()EReference getRole_RoleType()
Role Type'.
Role.getRoleType(),
getRole()EReference getRole_Value()
Value'. Role.getValue(),
getRole()InstanceFactory getInstanceFactory()