Interface RightsPackage

  • All Superinterfaces:
    org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    RightsPackageImpl

    public interface RightsPackage
    extends org.eclipse.emf.ecore.EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each operation of each class,
    • each enum,
    • and each data type
    See Also:
    RightsFactory
    • Method Detail

      • getRoleDescription

        org.eclipse.emf.ecore.EClass getRoleDescription()
        Returns the meta object for class 'Role Description'.
        Returns:
        the meta object for class 'Role Description'.
        See Also:
        RoleDescription
      • getRoleDescription_Rights

        org.eclipse.emf.ecore.EReference getRoleDescription_Rights()
        Returns the meta object for the containment reference list 'Rights'.
        Returns:
        the meta object for the containment reference list 'Rights'.
        See Also:
        RoleDescription.getRights(), getRoleDescription()
      • getRoleDescription_Templates

        org.eclipse.emf.ecore.EReference getRoleDescription_Templates()
        Returns the meta object for the containment reference list 'Templates'.
        Returns:
        the meta object for the containment reference list 'Templates'.
        See Also:
        RoleDescription.getTemplates(), getRoleDescription()
      • getObjectRights

        org.eclipse.emf.ecore.EClass getObjectRights()
        Returns the meta object for class 'Object Rights'.
        Returns:
        the meta object for class 'Object Rights'.
        See Also:
        ObjectRights
      • getObjectRights_Object

        org.eclipse.emf.ecore.EReference getObjectRights_Object()
        Returns the meta object for the reference 'Object'.
        Returns:
        the meta object for the reference 'Object'.
        See Also:
        ObjectRights.getObject(), getObjectRights()
      • getObjectRights_Rights

        org.eclipse.emf.ecore.EReference getObjectRights_Rights()
        Returns the meta object for the containment reference list 'Rights'.
        Returns:
        the meta object for the containment reference list 'Rights'.
        See Also:
        ObjectRights.getRights(), getObjectRights()
      • getObjectRight

        org.eclipse.emf.ecore.EClass getObjectRight()
        Returns the meta object for class 'Object Right'.
        Returns:
        the meta object for class 'Object Right'.
        See Also:
        ObjectRight
      • getObjectRight_Right

        org.eclipse.emf.ecore.EReference getObjectRight_Right()
        Returns the meta object for the reference 'Right'.
        Returns:
        the meta object for the reference 'Right'.
        See Also:
        ObjectRight.getRight(), getObjectRight()
      • getObjectRight_Value

        org.eclipse.emf.ecore.EAttribute getObjectRight_Value()
        Returns the meta object for the attribute 'Value'.
        Returns:
        the meta object for the attribute 'Value'.
        See Also:
        ObjectRight.getValue(), getObjectRight()
      • getRls

        org.eclipse.emf.ecore.EClass getRls()
        Returns the meta object for class 'Rls'.
        Returns:
        the meta object for class 'Rls'.
        See Also:
        Rls
      • getRls_Fields

        org.eclipse.emf.ecore.EReference getRls_Fields()
        Returns the meta object for the reference list 'Fields'.
        Returns:
        the meta object for the reference list 'Fields'.
        See Also:
        Rls.getFields(), getRls()
      • getRls_Condition

        org.eclipse.emf.ecore.EAttribute getRls_Condition()
        Returns the meta object for the attribute 'Condition'.
        Returns:
        the meta object for the attribute 'Condition'.
        See Also:
        Rls.getCondition(), getRls()
      • getRestrictionTemplate

        org.eclipse.emf.ecore.EClass getRestrictionTemplate()
        Returns the meta object for class 'Restriction Template'.
        Returns:
        the meta object for class 'Restriction Template'.
        See Also:
        RestrictionTemplate
      • getRight

        org.eclipse.emf.ecore.EClass getRight()
        Returns the meta object for class 'Right'.
        Returns:
        the meta object for class 'Right'.
        See Also:
        Right
      • getRightInfo

        org.eclipse.emf.ecore.EClass getRightInfo()
        Returns the meta object for class 'Right Info'.
        Returns:
        the meta object for class 'Right Info'.
        See Also:
        RightInfo
      • getRightInfo_Right

        org.eclipse.emf.ecore.EReference getRightInfo_Right()
        Returns the meta object for the reference 'Right'.
        Returns:
        the meta object for the reference 'Right'.
        See Also:
        RightInfo.getRight(), getRightInfo()
      • getRightInfo_EClass

        org.eclipse.emf.ecore.EReference getRightInfo_EClass()
        Returns the meta object for the reference 'EClass'.
        Returns:
        the meta object for the reference 'EClass'.
        See Also:
        RightInfo.getEClass(), getRightInfo()
      • getRightInfo_ParentRights

        org.eclipse.emf.ecore.EReference getRightInfo_ParentRights()
        Returns the meta object for the reference list 'Parent Rights'.
        Returns:
        the meta object for the reference list 'Parent Rights'.
        See Also:
        RightInfo.getParentRights(), getRightInfo()
      • getRightInfo_ChildRights

        org.eclipse.emf.ecore.EReference getRightInfo_ChildRights()
        Returns the meta object for the reference list 'Child Rights'.
        Returns:
        the meta object for the reference list 'Child Rights'.
        See Also:
        RightInfo.getChildRights(), getRightInfo()
      • getRightValue

        org.eclipse.emf.ecore.EEnum getRightValue()
        Returns the meta object for enum 'Right Value'.
        Returns:
        the meta object for enum 'Right Value'.
        See Also:
        RightValue
      • getRole

        org.eclipse.emf.ecore.EDataType getRole()
        Returns the meta object for data type 'Role'.
        Returns:
        the meta object for data type 'Role'.
        See Also:
        Role
      • getRightsFactory

        RightsFactory getRightsFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.