Class CopyTable2ProcessParametersImpl.ProcessFieldParametersImpl

java.lang.Object
org.gvsig.app.extension.copytable.CopyTable2ProcessParametersImpl.ProcessFieldParametersImpl
All Implemented Interfaces:
CopyTable2ProcessParameters.ProcessFieldParameters, org.gvsig.tools.persistence.Persistent
Enclosing class:
CopyTable2ProcessParametersImpl

public static class CopyTable2ProcessParametersImpl.ProcessFieldParametersImpl extends Object implements CopyTable2ProcessParameters.ProcessFieldParameters
  • Constructor Details

    • ProcessFieldParametersImpl

      public ProcessFieldParametersImpl()
    • ProcessFieldParametersImpl

      public ProcessFieldParametersImpl(String name, boolean update, org.gvsig.expressionevaluator.Expression expression)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface CopyTable2ProcessParameters.ProcessFieldParameters
      Returns:
      the name
    • isCopyThisFieldActive

      public boolean isCopyThisFieldActive()
      Specified by:
      isCopyThisFieldActive in interface CopyTable2ProcessParameters.ProcessFieldParameters
      Returns:
      the update
    • getExpression

      public org.gvsig.expressionevaluator.Expression getExpression()
      Specified by:
      getExpression in interface CopyTable2ProcessParameters.ProcessFieldParameters
      Returns:
      the expression
    • selfRegister

      public static void selfRegister()
    • loadFromState

      public void loadFromState(org.gvsig.tools.persistence.PersistentState state) throws org.gvsig.tools.persistence.exception.PersistenceException
      Specified by:
      loadFromState in interface org.gvsig.tools.persistence.Persistent
      Throws:
      org.gvsig.tools.persistence.exception.PersistenceException
    • saveToState

      public void saveToState(org.gvsig.tools.persistence.PersistentState state) throws org.gvsig.tools.persistence.exception.PersistenceException
      Specified by:
      saveToState in interface org.gvsig.tools.persistence.Persistent
      Throws:
      org.gvsig.tools.persistence.exception.PersistenceException