Class UpdateTableProcessParametersImpl.ProcessFieldParametersImpl
java.lang.Object
org.gvsig.app.extension.updatetable.UpdateTableProcessParametersImpl.ProcessFieldParametersImpl
- All Implemented Interfaces:
UpdateTableProcessParameters.ProcessFieldParameters
- Enclosing class:
UpdateTableProcessParametersImpl
public static class UpdateTableProcessParametersImpl.ProcessFieldParametersImpl
extends Object
implements UpdateTableProcessParameters.ProcessFieldParameters
-
Constructor Summary
ConstructorsConstructorDescriptionProcessFieldParametersImpl(String name, boolean update, org.gvsig.expressionevaluator.Expression expression) -
Method Summary
-
Constructor Details
-
ProcessFieldParametersImpl
public ProcessFieldParametersImpl(String name, boolean update, org.gvsig.expressionevaluator.Expression expression)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceUpdateTableProcessParameters.ProcessFieldParameters- Returns:
- the name
-
isUpdate
public boolean isUpdate()- Specified by:
isUpdatein interfaceUpdateTableProcessParameters.ProcessFieldParameters- Returns:
- the update
-
getExpression
public org.gvsig.expressionevaluator.Expression getExpression()- Specified by:
getExpressionin interfaceUpdateTableProcessParameters.ProcessFieldParameters- Returns:
- the expression
-