org.activiti.engine.impl.bpmn.data
类 FieldBaseStructureInstance

java.lang.Object
  继承者 org.activiti.engine.impl.bpmn.data.FieldBaseStructureInstance
所有已实现的接口:
StructureInstance

public class FieldBaseStructureInstance
extends Object
implements StructureInstance

An instance of FieldBaseStructureDefinition

作者:
Esteban Robles Luna

字段摘要
protected  Map<String,Object> fieldValues
           
protected  FieldBaseStructureDefinition structureDefinition
           
 
构造方法摘要
FieldBaseStructureInstance(FieldBaseStructureDefinition structureDefinition)
           
 
方法摘要
 String getFieldNameAt(int index)
           
 int getFieldSize()
           
 Object getFieldValue(String fieldName)
           
 void loadFrom(Object[] array)
          Loads this structure from array
 void setFieldValue(String fieldName, Object value)
           
 Object[] toArray()
          Converts this structure instance into an array
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

structureDefinition

protected FieldBaseStructureDefinition structureDefinition

fieldValues

protected Map<String,Object> fieldValues
构造方法详细信息

FieldBaseStructureInstance

public FieldBaseStructureInstance(FieldBaseStructureDefinition structureDefinition)
方法详细信息

getFieldValue

public Object getFieldValue(String fieldName)

setFieldValue

public void setFieldValue(String fieldName,
                          Object value)

getFieldSize

public int getFieldSize()

getFieldNameAt

public String getFieldNameAt(int index)

toArray

public Object[] toArray()
从接口 StructureInstance 复制的描述
Converts this structure instance into an array

指定者:
接口 StructureInstance 中的 toArray
返回:
this structure as an array

loadFrom

public void loadFrom(Object[] array)
从接口 StructureInstance 复制的描述
Loads this structure from array

指定者:
接口 StructureInstance 中的 loadFrom
参数:
array - the array where this structure loads data


Copyright © 2013 Alfresco. All rights reserved.