Interface Operation

All Superinterfaces:
Cloneable, org.gvsig.tools.lang.Cloneable
All Known Implementing Classes:
AbstractOperation

public interface Operation extends org.gvsig.tools.lang.Cloneable
  • Method Details

    • getName

      String getName()
    • getDescription

      String getDescription()
    • isAttributeRequiered

      boolean isAttributeRequiered()
    • isAditionalValueRequiered

      boolean isAditionalValueRequiered()
    • reset

      void reset()
    • perform

      void perform(org.gvsig.fmap.dal.feature.Feature feature)
    • getValue

      Object getValue()
    • format

      String format()
    • getAttributeName

      String getAttributeName()
    • setAttributeName

      void setAttributeName(String attributeName)
    • getAditionalValue

      String getAditionalValue()
    • setAditionalValue

      void setAditionalValue(String constant)
    • clone

      Operation clone()
      Specified by:
      clone in interface org.gvsig.tools.lang.Cloneable