Interface RecordField
- All Known Implementing Classes:
ComplexRecordField,MapRecordField,SimpleRecordField,UnionRecordField
public interface RecordField
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getFieldName
String getFieldName() -
getFieldType
FieldType getFieldType() -
getRepetition
Repetition getRepetition() -
getSubFields
List<RecordField> getSubFields()
-