org.activiti.engine.impl.bpmn.data
接口 StructureInstance

所有已知实现类:
FieldBaseStructureInstance, PrimitiveStructureInstance

public interface StructureInstance

An instance of StructureDefinition

作者:
Esteban Robles Luna

方法摘要
 void loadFrom(Object[] array)
          Loads this structure from array
 Object[] toArray()
          Converts this structure instance into an array
 

方法详细信息

toArray

Object[] toArray()
Converts this structure instance into an array

返回:
this structure as an array

loadFrom

void loadFrom(Object[] array)
Loads this structure from array

参数:
array - the array where this structure loads data


Copyright © 2013 Alfresco. All rights reserved.