|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface FieldBaseStructureDefinition
Represents a structure definition based on fields
方法摘要 | |
---|---|
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 |
方法详细信息 |
---|
int getFieldSize()
String getFieldNameAt(int index)
index
- the position of the field
Class<?> getFieldTypeAt(int index)
index
- the position of the field
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |