Uses of Class
org.gedcomx.records.FieldValueDescriptor
Packages that use FieldValueDescriptor
-
Uses of FieldValueDescriptor in org.gedcomx.records
Methods in org.gedcomx.records that return types with arguments of type FieldValueDescriptorModifier and TypeMethodDescriptionFieldDescriptor.getValues()Descriptors of the values that are applicable to the field.FieldDescriptor.values()Create a stream for the values.Method parameters in org.gedcomx.records with type arguments of type FieldValueDescriptorModifier and TypeMethodDescriptionvoidFieldDescriptor.setValues(List<FieldValueDescriptor> values) Descriptors of the values that are applicable to the field.Constructors in org.gedcomx.records with parameters of type FieldValueDescriptor -
Uses of FieldValueDescriptor in org.gedcomx.util
Methods in org.gedcomx.util that return FieldValueDescriptorModifier and TypeMethodDescriptionFieldMap.getFieldValueDescriptor(String labelId) Get the FieldValueDescriptor for the given field value label ID.Methods in org.gedcomx.util that return types with arguments of type FieldValueDescriptorModifier and TypeMethodDescriptionFieldMap.getLabelFieldValueDescriptorMap()Get the map of labelId to FieldValueDescriptor used by this FieldMap.static Map<String,FieldValueDescriptor> FieldMap.getLabelFieldValueDescriptorMap(RecordDescriptor recordDescriptor) Get a map of labelId to FieldValueDescriptor for that label id.