Interface CopyTable2ProcessParameters.ProcessFieldParameters
- All Superinterfaces:
org.gvsig.tools.persistence.Persistent
- All Known Implementing Classes:
CopyTable2ProcessParametersImpl.ProcessFieldParametersImpl
- Enclosing interface:
CopyTable2ProcessParameters
public static interface CopyTable2ProcessParameters.ProcessFieldParameters
extends org.gvsig.tools.persistence.Persistent
-
Method Summary
Methods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToState
-
Method Details
-
isCopyThisFieldActive
boolean isCopyThisFieldActive() -
getName
String getName() -
getExpression
org.gvsig.expressionevaluator.Expression getExpression()
-