Class Remove

  • All Implemented Interfaces:
    Action

    public class Remove
    extends AbstractAction
    The remove action used to remove an attribute.
    Author:
    tomyeh
    • Constructor Detail

      • Remove

        public Remove()
    • Method Detail

      • getScope

        public int getScope()
        Returns the scope.
      • setScope

        public void setScope​(java.lang.String scope)
        Sets the scope.
      • getVar

        public java.lang.String getVar()
        Returns the attribute name.
      • setVar

        public void setVar​(java.lang.String var)
        Sets the attribute name.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object