com.infoteria.asteria.flowengine2.soap
クラス CellItem

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

public class CellItem
extends Object
implements Serializable

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

内部クラスの概要
static class CellItem.ExvarItem
           
static class CellItem.StreamCellItem
           
 
フィールドの概要
static int TYPE_ADDITINAL_PROPERTY
           
static int TYPE_COMPONENT
           
static int TYPE_EXTERNALVAR
           
static int TYPE_EXVAR_APPLICATION
           
static int TYPE_EXVAR_CONST
           
static int TYPE_EXVAR_REQUEST
           
static int TYPE_EXVAR_SESSION
           
static int TYPE_FLOWVAR
           
static int TYPE_FUNCLIB_FUNCTION
           
static int TYPE_FUNCLIB_INPUT
           
static int TYPE_FUNCLIB_LINKCOUNT
           
static int TYPE_FUNCLIB_OUTPUT
           
static int TYPE_FUNCLIB_PROPERTY
           
static int TYPE_FUNCLIB_STATUS
           
static int TYPE_MAPPERVAR
           
static int TYPE_PROPERTY
           
static int TYPE_RECORD_COUNT
           
static int TYPE_RECORD_NO
           
static int TYPE_ROOT
           
static int TYPE_STREAM
           
static int TYPE_SYSTEMVAR
           
static int TYPE_UNKNOWN
           
static int TYPE_VALUE
           
static int TYPE_VARIABLE
           
 
コンストラクタの概要
CellItem(String name)
           
CellItem(String name, Value value)
           
CellItem(String name, Value value, int type)
           
 
メソッドの概要
 void addChild(CellItem i)
           
 int countAllChildren()
           
 int countChild()
           
 CellItem getChild(int i)
           
static Value getDefaultValue(FieldType type)
           
static Value getDefaultValue(Value.Type type)
           
 String getName()
           
 int getType()
           
 Value getValue()
           
static boolean isValueItem(int type)
           
 void setValue(Value v)
           
 void setValueObject(Object v)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

TYPE_UNKNOWN

public static final int TYPE_UNKNOWN

TYPE_ROOT

public static final int TYPE_ROOT

TYPE_COMPONENT

public static final int TYPE_COMPONENT

TYPE_ADDITINAL_PROPERTY

public static final int TYPE_ADDITINAL_PROPERTY

TYPE_STREAM

public static final int TYPE_STREAM

TYPE_PROPERTY

public static final int TYPE_PROPERTY

TYPE_VARIABLE

public static final int TYPE_VARIABLE

TYPE_VALUE

public static final int TYPE_VALUE

TYPE_FLOWVAR

public static final int TYPE_FLOWVAR

TYPE_MAPPERVAR

public static final int TYPE_MAPPERVAR

TYPE_EXTERNALVAR

public static final int TYPE_EXTERNALVAR

TYPE_SYSTEMVAR

public static final int TYPE_SYSTEMVAR

TYPE_FUNCLIB_INPUT

public static final int TYPE_FUNCLIB_INPUT

TYPE_FUNCLIB_PROPERTY

public static final int TYPE_FUNCLIB_PROPERTY

TYPE_FUNCLIB_OUTPUT

public static final int TYPE_FUNCLIB_OUTPUT

TYPE_FUNCLIB_FUNCTION

public static final int TYPE_FUNCLIB_FUNCTION

TYPE_FUNCLIB_LINKCOUNT

public static final int TYPE_FUNCLIB_LINKCOUNT

TYPE_FUNCLIB_STATUS

public static final int TYPE_FUNCLIB_STATUS

TYPE_RECORD_NO

public static final int TYPE_RECORD_NO

TYPE_RECORD_COUNT

public static final int TYPE_RECORD_COUNT

TYPE_EXVAR_CONST

public static final int TYPE_EXVAR_CONST

TYPE_EXVAR_REQUEST

public static final int TYPE_EXVAR_REQUEST

TYPE_EXVAR_SESSION

public static final int TYPE_EXVAR_SESSION

TYPE_EXVAR_APPLICATION

public static final int TYPE_EXVAR_APPLICATION
コンストラクタの詳細

CellItem

public CellItem(String name)

CellItem

public CellItem(String name,
                Value value)

CellItem

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

getName

public String getName()

getType

public int getType()

getValue

public Value getValue()

setValue

public void setValue(Value v)
              throws ValueConvertException

setValueObject

public void setValueObject(Object v)
                    throws ValueConvertException

addChild

public void addChild(CellItem i)

countChild

public int countChild()

getChild

public CellItem getChild(int i)

countAllChildren

public int countAllChildren()

getDefaultValue

public static Value getDefaultValue(FieldType type)

getDefaultValue

public static Value getDefaultValue(Value.Type type)

isValueItem

public static boolean isValueItem(int type)