Uses of Class
org.gedcomx.records.FieldDescriptor
Packages that use FieldDescriptor
-
Uses of FieldDescriptor in org.gedcomx.records
Methods in org.gedcomx.records that return FieldDescriptorModifier and TypeMethodDescriptionFieldDescriptor.description(String description) Build out this descriptor with a description.FieldDescriptor.description(TextValue description) Build out this descriptor with a description.FieldDescriptor.extensionElement(Object element) FieldDescriptor.originalLabel(String originalLabel) Build out this field descriptor with an original label.Methods in org.gedcomx.records that return types with arguments of type FieldDescriptorModifier and TypeMethodDescriptionRecordDescriptor.fields()Create a stream for the fields.RecordDescriptor.getFields()Descriptors of the fields that are applicable to this record.Method parameters in org.gedcomx.records with type arguments of type FieldDescriptorModifier and TypeMethodDescriptionvoidRecordDescriptor.setFields(List<FieldDescriptor> fields) Descriptors of the fields that are applicable to this record.Constructors in org.gedcomx.records with parameters of type FieldDescriptor