Interface InstancePackage

    • Field Detail

      • eINSTANCE

        static final InstancePackage eINSTANCE
        The singleton instance of the package.
        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__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_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.