Interface ResourcePermission

    • Method Detail

      • getPattern

        java.lang.String getPattern()
        Deprecated.
        Returns the value of the 'Pattern' attribute.

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

        Returns:
        the value of the 'Pattern' attribute.
        See Also:
        setPattern(String), SecurityPackage.getResourcePermission_Pattern()
        Generated
        Model
      • setPattern

        void setPattern​(java.lang.String value)
        Deprecated.
        Sets the value of the 'Pattern' attribute.
        Parameters:
        value - the new value of the 'Pattern' attribute.
        See Also:
        getPattern()
        Generated