Uses of Class
org.gedcomx.records.FieldValueDescriptor

Packages that use FieldValueDescriptor
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
 List<FieldValueDescriptor> FieldDescriptor.getValues()
          Descriptors of the values that are applicable to the field.
 

Method parameters in org.gedcomx.records with type arguments of type FieldValueDescriptor
 void FieldDescriptor.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
 FieldValueDescriptor FieldMap.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
 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.
 



Copyright © 2015. All rights reserved.