com.infoteria.asteria.flowengine2.execute
クラス MappingResultItem.OutputItem

java.lang.Object
  |
  +--com.infoteria.asteria.flowengine2.execute.MappingResultItem
        |
        +--com.infoteria.asteria.flowengine2.execute.MappingResultItem.OutputItem
すべての実装インタフェース:
Serializable
含まれているクラス:
MappingResultItem

public static class MappingResultItem.OutputItem
extends MappingResultItem

関連項目:
直列化された形式

クラス com.infoteria.asteria.flowengine2.execute.MappingResultItem から継承した内部クラス
MappingResultItem.OutputItem
 
クラス com.infoteria.asteria.flowengine2.execute.MappingResultItem から継承したフィールド
_subItemMap, value
 
コンストラクタの概要
MappingResultItem.OutputItem(String name, int type, Value value)
           
MappingResultItem.OutputItem(String name, Value value)
           
 
メソッドの概要
 List getAllResults()
           
 MappingResultItem.OutputItem getOutputItem()
          finally output of mapper component
 String getValuesString()
           
 
クラス com.infoteria.asteria.flowengine2.execute.MappingResultItem から継承したメソッド
addInput, addSubValue, countInputs, countValues, equals, getComponentName, getConnectorName, getError, getInput, getInputs, getMappingType, getName, getRecord, getSubValue, getSubValueNames, getType, getValue, getValues, isError, setComponentName, setConnectorName, setError, setError, setMappingType, setRecord, setValue, toString
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

MappingResultItem.OutputItem

public MappingResultItem.OutputItem(String name,
                                    Value value)

MappingResultItem.OutputItem

public MappingResultItem.OutputItem(String name,
                                    int type,
                                    Value value)
メソッドの詳細

getAllResults

public List getAllResults()

getValuesString

public String getValuesString()

getOutputItem

public MappingResultItem.OutputItem getOutputItem()
finally output of mapper component