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
从类 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.