org.datamixer.functions.string
Class ConcatStrategy

java.lang.Object
  extended byorg.datamixer.functions.FunctionStrategy
      extended byorg.datamixer.functions.string.ConcatStrategy

public class ConcatStrategy
extends FunctionStrategy


Field Summary
 
Fields inherited from class org.datamixer.functions.FunctionStrategy
functionIterator_, logger_, result_
 
Constructor Summary
ConcatStrategy()
           
 
Method Summary
protected  void initResult()
           
protected  void operate(Value value)
          Operates on value.
 void setDataType(int value)
          Set the datatype.
 
Methods inherited from class org.datamixer.functions.FunctionStrategy
doInitialize, findDataType, getDataType, getFunctionIterator, handleArguments, initialize, operator, setFunctionIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcatStrategy

public ConcatStrategy()
Method Detail

setDataType

public void setDataType(int value)
Set the datatype.

Overrides:
setDataType in class FunctionStrategy

initResult

protected void initResult()
Overrides:
initResult in class FunctionStrategy

operate

protected void operate(Value value)
                throws DatamixerException
Description copied from class: FunctionStrategy
Operates on value.

Overrides:
operate in class FunctionStrategy
Throws:
DatamixerException


Copyright © 2004-2006 datamixer.org. All Rights Reserved.