public interface FieldBaseStructureDefinition extends StructureDefinition
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldNameAt(int index)
Obtains the name of the field in the index position
|
Class<?> |
getFieldParameterTypeAt(int index)
Obtains the parameter type 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
|
createInstance, getIdint getFieldSize()
String getFieldNameAt(int index)
index - the position of the fieldClass<?> getFieldTypeAt(int index)
index - the position of the fieldClass<?> getFieldParameterTypeAt(int index)
index - the position of the fieldnull if the type is not a parameterized typeCopyright © 2020 Flowable. All rights reserved.