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
|
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, getId
int getFieldSize()
String getFieldNameAt(int index)
index
- the position of the fieldClass<?> getFieldTypeAt(int index)
index
- the position of the fieldCopyright © 2015. All rights reserved.