Class ActionTool

java.lang.Object
org.gvsig.andami.plugins.config.generate.ActionTool
All Implemented Interfaces:
Serializable

public class ActionTool extends Object implements Serializable
Class ActionTool.
Version:
$Revision: 38564 $ $Date: 2012-07-16 13:19:13 +0200 (lun, 16 jul 2012) $
See Also:
  • Constructor Details

    • ActionTool

      public ActionTool()
  • Method Details

    • deleteLast

      public void deleteLast()
      Method deleteLast
    • deletePosition

      public void deletePosition()
      Method deletePosition
    • getActionCommand

      public String getActionCommand()
      Returns the value of field 'actionCommand'.
      Returns:
      the value of field 'actionCommand'.
    • getEnableText

      public String getEnableText()
      Returns the value of field 'enableText'.
      Returns:
      the value of field 'enableText'.
    • getIcon

      public String getIcon()
      Returns the value of field 'icon'.
      Returns:
      the value of field 'icon'.
    • getDropDownGroup

      public String getDropDownGroup()
      Returns the value of field 'dropdowngroup'.
      Returns:
      the value of field 'dropdowngroup'.
    • getLast

      public boolean getLast()
      Returns the value of field 'last'.
      Returns:
      the value of field 'last'.
    • getName

      public String getName()
      Returns the value of field 'name'.
      Returns:
      the value of field 'name'.
    • getPosition

      public long getPosition()
      Returns the value of field 'position'.
      Returns:
      the value of field 'position'.
    • getText

      public String getText()
      Returns the value of field 'text'.
      Returns:
      the value of field 'text'.
    • getTooltip

      public String getTooltip()
      Returns the value of field 'tooltip'.
      Returns:
      the value of field 'tooltip'.
    • hasLast

      public boolean hasLast()
      Method hasLast
    • hasPosition

      public boolean hasPosition()
      Method hasPosition
    • isValid

      public boolean isValid()
      Method isValid
    • marshal

      public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
      Method marshal
      Parameters:
      out -
      Throws:
      org.exolab.castor.xml.MarshalException
      org.exolab.castor.xml.ValidationException
    • marshal

      public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
      Method marshal
      Parameters:
      handler -
      Throws:
      IOException
      org.exolab.castor.xml.MarshalException
      org.exolab.castor.xml.ValidationException
    • setActionCommand

      public void setActionCommand(String actionCommand)
      Sets the value of field 'actionCommand'.
      Parameters:
      actionCommand - the value of field 'actionCommand'.
    • setEnableText

      public void setEnableText(String enableText)
      Sets the value of field 'enableText'.
      Parameters:
      enableText - the value of field 'enableText'.
    • setIcon

      public void setIcon(String icon)
      Sets the value of field 'icon'.
      Parameters:
      icon - the value of field 'icon'.
    • setDropDownGroup

      public void setDropDownGroup(String dropdowngroup)
      Sets the value of field 'dropdowngroup'.
      Parameters:
      dropdowngroup - the value of field 'dropdowngroup'.
    • setLast

      public void setLast(boolean last)
      Sets the value of field 'last'.
      Parameters:
      last - the value of field 'last'.
    • setName

      public void setName(String name)
      Sets the value of field 'name'.
      Parameters:
      name - the value of field 'name'.
    • setPosition

      public void setPosition(long position)
      Sets the value of field 'position'.
      Parameters:
      position - the value of field 'position'.
    • setText

      public void setText(String text)
      Sets the value of field 'text'.
      Parameters:
      text - the value of field 'text'.
    • setTooltip

      public void setTooltip(String tooltip)
      Sets the value of field 'tooltip'.
      Parameters:
      tooltip - the value of field 'tooltip'.
    • unmarshal

      public static Object unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
      Method unmarshal
      Parameters:
      reader -
      Throws:
      org.exolab.castor.xml.MarshalException
      org.exolab.castor.xml.ValidationException
    • validate

      public void validate() throws org.exolab.castor.xml.ValidationException
      Method validate
      Throws:
      org.exolab.castor.xml.ValidationException
    • toString

      public String toString()
      Overrides:
      toString in class Object