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

所有超级接口:
StructureDefinition
所有已知实现类:
ClassStructureDefinition, SimpleStructureDefinition

public interface FieldBaseStructureDefinition
extends StructureDefinition

Represents a structure definition based on fields

作者:
Esteban Robles Luna

方法摘要
 String getFieldNameAt(int index)
          Obtains the name of the field in the index position
 int getFieldSize()
          Obtains the number of fields that this structure has
 Class<?> getFieldTypeAt(int index)
          Obtains the type of the field in the index position
 
从接口 org.activiti.engine.impl.bpmn.data.StructureDefinition 继承的方法
createInstance, getId
 

方法详细信息

getFieldSize

int getFieldSize()
Obtains the number of fields that this structure has

返回:
the number of fields that this structure has

getFieldNameAt

String getFieldNameAt(int index)
Obtains the name of the field in the index position

参数:
index - the position of the field
返回:
the name of the field

getFieldTypeAt

Class<?> getFieldTypeAt(int index)
Obtains the type of the field in the index position

参数:
index - the position of the field
返回:
the type of the field


Copyright © 2013 Alfresco. All rights reserved.