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:
Generated class or method.
EMF model class or method.
kind="package"
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Generated class or method.
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Generated class or method.
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      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:
      Generated class or method.
    • ROLE_SET__ID

      static final int ROLE_SET__ID
      The feature id for the 'Id' attribute.
      See Also:
      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:
      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:
      Generated class or method.
      Ordered collection.
    • ROLE

      static final int ROLE
      The meta object id for the 'Role' class.
      See Also:
      Generated class or method.
    • ROLE__ID

      static final int ROLE__ID
      The feature id for the 'Id' attribute.
      See Also:
      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:
      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:
      Generated class or method.
      Ordered collection.
    • ROLE__VALUE

      static final int ROLE__VALUE
      The feature id for the 'Value' reference.
      See Also:
      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:
      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.