Uses of Class
org.gedcomx.records.FieldDescriptor
-
Packages that use FieldDescriptor Package Description org.gedcomx.records The sources model. -
-
Uses of FieldDescriptor in org.gedcomx.records
Methods in org.gedcomx.records that return FieldDescriptor Modifier and Type Method Description FieldDescriptorFieldDescriptor. description(String description)Build out this descriptor with a description.FieldDescriptorFieldDescriptor. description(TextValue description)Build out this descriptor with a description.FieldDescriptorFieldDescriptor. extensionElement(Object element)FieldDescriptorFieldDescriptor. id(String id)FieldDescriptorFieldDescriptor. link(String rel, URI href)FieldDescriptorFieldDescriptor. link(Link link)FieldDescriptorFieldDescriptor. originalLabel(String originalLabel)Build out this field descriptor with an original label.Methods in org.gedcomx.records that return types with arguments of type FieldDescriptor Modifier and Type Method Description Stream<FieldDescriptor>RecordDescriptor. fields()Create a stream for the fields.List<FieldDescriptor>RecordDescriptor. getFields()Descriptors of the fields that are applicable to this record.Method parameters in org.gedcomx.records with type arguments of type FieldDescriptor Modifier and Type Method Description voidRecordDescriptor. setFields(List<FieldDescriptor> fields)Descriptors of the fields that are applicable to this record.
-