Class UnionRecordField
java.lang.Object
org.apache.nifi.repository.schema.UnionRecordField
- All Implemented Interfaces:
RecordField
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final List<RecordField> private final Repetition -
Constructor Summary
ConstructorsConstructorDescriptionUnionRecordField(String fieldName, Repetition repetition, List<RecordField> possibilities) UnionRecordField(String fieldName, Repetition repetition, RecordField... possibilities) -
Method Summary
-
Field Details
-
fieldName
-
repetition
-
possibilities
-
-
Constructor Details
-
UnionRecordField
-
UnionRecordField
-
-
Method Details
-
getFieldName
- Specified by:
getFieldNamein interfaceRecordField
-
getFieldType
- Specified by:
getFieldTypein interfaceRecordField
-
getRepetition
- Specified by:
getRepetitionin interfaceRecordField
-
getSubFields
- Specified by:
getSubFieldsin interfaceRecordField
-
toString
-