Interface ClassPermission

    • Method Detail

      • getApplicableClass

        org.eclipse.emf.ecore.EClass getApplicableClass()
        Deprecated.
        Returns the value of the 'Applicable Class' reference.

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

        Returns:
        the value of the 'Applicable Class' reference.
        See Also:
        setApplicableClass(EClass), SecurityPackage.getClassPermission_ApplicableClass()
        Generated
        Model
        required="true"
      • setApplicableClass

        void setApplicableClass​(org.eclipse.emf.ecore.EClass value)
        Deprecated.
        Sets the value of the 'Applicable Class' reference.
        Parameters:
        value - the new value of the 'Applicable Class' reference.
        See Also:
        getApplicableClass()
        Generated