Class SimpleRecordField
java.lang.Object
org.apache.nifi.repository.schema.SimpleRecordField
- All Implemented Interfaces:
RecordField
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final FieldTypeprivate final Repetition -
Constructor Summary
ConstructorsConstructorDescriptionSimpleRecordField(String fieldName, FieldType fieldType, Repetition repetition) -
Method Summary
-
Field Details
-
fieldName
-
fieldType
-
repetition
-
-
Constructor Details
-
SimpleRecordField
-
-
Method Details
-
getFieldName
- Specified by:
getFieldNamein interfaceRecordField
-
getFieldType
- Specified by:
getFieldTypein interfaceRecordField
-
getRepetition
- Specified by:
getRepetitionin interfaceRecordField
-
getSubFields
- Specified by:
getSubFieldsin interfaceRecordField
-
hashCode
public int hashCode() -
equals
-
toString
-