Interface ClassFilter

    • Method Detail

      • setApplicableClass

        void setApplicableClass​(EClass value)
        Sets the value of the 'Applicable Class' reference.
        Parameters:
        value - the new value of the 'Applicable Class' reference.
        See Also:
        getApplicableClass()
        Generated
      • isSubTypes

        boolean isSubTypes()
        Returns the value of the 'Sub Types' attribute. The default value is "true".

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

        Returns:
        the value of the 'Sub Types' attribute.
        See Also:
        setSubTypes(boolean), SecurityPackage.getClassFilter_SubTypes()
        Generated
        Model
        default="true"
      • setSubTypes

        void setSubTypes​(boolean value)
        Sets the value of the 'Sub Types' attribute.
        Parameters:
        value - the new value of the 'Sub Types' attribute.
        See Also:
        isSubTypes()
        Generated