Interface PackageFilter

    • Method Detail

      • getApplicablePackage

        org.eclipse.emf.ecore.EPackage getApplicablePackage()
        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.getPackageFilter_ApplicablePackage()
        Generated
        Model
        required="true"
      • setApplicablePackage

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