|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.bpmn.data.ClassStructureDefinition
public class ClassStructureDefinition
Represents a structure encapsulated in a class
字段摘要 | |
---|---|
protected Class<?> |
classStructure
|
protected String |
id
|
构造方法摘要 | |
---|---|
ClassStructureDefinition(Class<?> classStructure)
|
|
ClassStructureDefinition(String id,
Class<?> classStructure)
|
方法摘要 | |
---|---|
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 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
protected String id
protected Class<?> classStructure
构造方法详细信息 |
---|
public ClassStructureDefinition(Class<?> classStructure)
public ClassStructureDefinition(String id, Class<?> classStructure)
方法详细信息 |
---|
public String getId()
StructureDefinition
复制的描述
StructureDefinition
中的 getId
public int getFieldSize()
FieldBaseStructureDefinition
复制的描述
FieldBaseStructureDefinition
中的 getFieldSize
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
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |