Interface Permission

    • Method Detail

      • getRole

        Role getRole()
        Returns the value of the 'Role' container reference. It is bidirectional and its opposite is 'Permissions'.

        If the meaning of the 'Role' container reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Role' container reference.
        See Also:
        setRole(Role), SecurityPackage.getPermission_Role(), Role.getPermissions()
        Generated
        Model
        opposite="permissions" required="true" transient="false"
      • setRole

        void setRole​(Role value)
        Sets the value of the 'Role' container reference.
        Parameters:
        value - the new value of the 'Role' container reference.
        See Also:
        getRole()
        Generated
      • getAccess

        Access getAccess()
        Returns the value of the 'Access' attribute. The default value is "WRITE". The literals are from the enumeration Access.

        If the meaning of the 'Access' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Access' attribute.
        See Also:
        Access, setAccess(Access), SecurityPackage.getPermission_Access()
        Generated
        Model
        default="WRITE" required="true"
      • setAccess

        void setAccess​(Access value)
        Sets the value of the 'Access' attribute.
        Parameters:
        value - the new value of the 'Access' attribute.
        See Also:
        Access, getAccess()
        Generated