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
- 関連項目:
- 直列化された形式
| クラス 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)