Uses of Class
org.gedcomx.records.FieldValueDescriptor
-
Packages that use FieldValueDescriptor Package Description org.gedcomx.records The sources model.org.gedcomx.util -
-
Uses of FieldValueDescriptor in org.gedcomx.records
Methods in org.gedcomx.records that return types with arguments of type FieldValueDescriptor Modifier and Type Method Description List<FieldValueDescriptor>FieldDescriptor. getValues()Descriptors of the values that are applicable to the field.Stream<FieldValueDescriptor>FieldDescriptor. values()Create a stream for the values.Method parameters in org.gedcomx.records with type arguments of type FieldValueDescriptor Modifier and Type Method Description voidFieldDescriptor. setValues(List<FieldValueDescriptor> values)Descriptors of the values that are applicable to the field. -
Uses of FieldValueDescriptor in org.gedcomx.util
Methods in org.gedcomx.util that return FieldValueDescriptor Modifier and Type Method Description FieldValueDescriptorFieldMap. 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 FieldValueDescriptor Modifier and Type Method Description Map<String,FieldValueDescriptor>FieldMap. 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.
-