|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.bpmn.data.SimpleStructureDefinition
public class SimpleStructureDefinition
Represents a simple in memory structure
字段摘要 | |
---|---|
protected List<String> |
fieldNames
|
protected List<Class<?>> |
fieldTypes
|
protected String |
id
|
构造方法摘要 | |
---|---|
SimpleStructureDefinition(String id)
|
方法摘要 | |
---|---|
StructureInstance |
createInstance()
|
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 |
String |
getId()
Obtains the id of this structure |
void |
setFieldName(int index,
String fieldName,
Class<?> type)
|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
protected String id
protected List<String> fieldNames
protected List<Class<?>> fieldTypes
构造方法详细信息 |
---|
public SimpleStructureDefinition(String id)
方法详细信息 |
---|
public int getFieldSize()
FieldBaseStructureDefinition
复制的描述
FieldBaseStructureDefinition
中的 getFieldSize
public String getId()
StructureDefinition
复制的描述
StructureDefinition
中的 getId
public void setFieldName(int index, String fieldName, Class<?> type)
public String getFieldNameAt(int index)
FieldBaseStructureDefinition
复制的描述
FieldBaseStructureDefinition
中的 getFieldNameAt
index
- the position of the field
public Class<?> getFieldTypeAt(int index)
FieldBaseStructureDefinition
复制的描述
FieldBaseStructureDefinition
中的 getFieldTypeAt
index
- the position of the field
public StructureInstance createInstance()
StructureDefinition
中的 createInstance
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |