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

java.lang.Object
  |
  +--com.infoteria.asteria.flowengine2.execute.MappingResultItem
すべての実装インタフェース:
Serializable
直系の既知のサブクラス:
MappingResultItem.OutputItem

public class MappingResultItem
extends Object
implements Serializable

MappingResultItem

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

内部クラスの概要
static class MappingResultItem.OutputItem
           
 
フィールドの概要
protected  Map _subItemMap
           
protected  Value value
           
 
コンストラクタの概要
MappingResultItem(String name, int type, Value value)
           
MappingResultItem(String name, Value value)
           
 
メソッドの概要
 void addInput(MappingResultItem i)
           
 void addSubValue(String nm, Value val)
           
 int countInputs()
           
 int countValues()
           
 boolean equals(Object o)
           
 String getComponentName()
           
 String getError()
           
 MappingResultItem getInput(int i)
           
 List getInputs()
           
 int getMappingType()
           
 String getName()
           
 MappingResultRecord getRecord()
           
 Value getSubValue(String k)
           
 Iterator getSubValueNames()
           
 Value.Type getType()
           
 Value getValue()
           
 List getValues()
           
 boolean isError()
           
 void setComponentName(String n)
           
 void setError(String e)
           
 void setError(Throwable e)
           
 void setMappingType(int type)
           
protected  void setRecord(MappingResultRecord rec)
           
 void setValue(Value v)
           
 String toString()
           
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

value

protected Value value

_subItemMap

protected Map _subItemMap
コンストラクタの詳細

MappingResultItem

public MappingResultItem(String name,
                         Value value)

MappingResultItem

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

getName

public String getName()

getInputs

public List getInputs()

addInput

public void addInput(MappingResultItem i)

getInput

public MappingResultItem getInput(int i)

countInputs

public int countInputs()

getMappingType

public int getMappingType()

setMappingType

public void setMappingType(int type)

getType

public Value.Type getType()

getValue

public Value getValue()

setValue

public void setValue(Value v)

countValues

public int countValues()

getValues

public List getValues()

addSubValue

public void addSubValue(String nm,
                        Value val)

getSubValueNames

public Iterator getSubValueNames()

getSubValue

public Value getSubValue(String k)

equals

public boolean equals(Object o)
オーバーライド:
クラス Object 内の equals

setRecord

protected void setRecord(MappingResultRecord rec)

getRecord

public MappingResultRecord getRecord()

isError

public boolean isError()

setError

public void setError(Throwable e)

setError

public void setError(String e)

getError

public String getError()

setComponentName

public void setComponentName(String n)

getComponentName

public String getComponentName()

toString

public String toString()
オーバーライド:
クラス Object 内の toString