Interface PackagePermission

    • Method Detail

      • getApplicablePackage

        org.eclipse.emf.ecore.EPackage getApplicablePackage()
        Deprecated.
        Returns the value of the 'Applicable Package' reference.

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

        Returns:
        the value of the 'Applicable Package' reference.
        See Also:
        setApplicablePackage(EPackage), SecurityPackage.getPackagePermission_ApplicablePackage()
        Generated
        Model
        required="true"
      • setApplicablePackage

        void setApplicablePackage​(org.eclipse.emf.ecore.EPackage value)
        Deprecated.
        Sets the value of the 'Applicable Package' reference.
        Parameters:
        value - the new value of the 'Applicable Package' reference.
        See Also:
        getApplicablePackage()
        Generated