Interface OperationListEntry

All Superinterfaces:
Cloneable, org.gvsig.tools.lang.Cloneable, org.gvsig.tools.persistence.Persistent

public interface OperationListEntry extends org.gvsig.tools.persistence.Persistent, org.gvsig.tools.lang.Cloneable
Author:
fdiaz
  • Method Details

    • getOperation

      Operation getOperation()
      Returns:
      the operation
    • getParameters

      org.gvsig.tools.dynobject.DynObject getParameters()
      Returns:
      the operation parameters
    • isActive

      boolean isActive()
      Returns:
      true if the operation will be applied or false if the execution will be passed over
    • setActive

      void setActive(boolean active)
      Active the operation
      Parameters:
      active -
    • getLookpupParameterName

      String getLookpupParameterName(String name)
      TODO:
      Parameters:
      name -
      Returns:
    • getLookupParameters

      Map<String,String> getLookupParameters()
      Returns: