| Package | Description |
|---|---|
| org.gedcomx.records |
The sources model.
|
| org.gedcomx.util |
| Modifier and Type | Method and Description |
|---|---|
List<FieldValueDescriptor> |
FieldDescriptor.getValues()
Descriptors of the values that are applicable to the field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldDescriptor.setValues(List<FieldValueDescriptor> values)
Descriptors of the values that are applicable to the field.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValueDescriptor |
FieldMap.getFieldValueDescriptor(String labelId)
Get the FieldValueDescriptor for the given field value label ID.
|
| Modifier and Type | Method and 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.
|
Copyright © 2016. All rights reserved.