Uses of Class
org.gedcomx.records.FieldValue
Packages that use FieldValue
-
Uses of FieldValue in org.gedcomx.records
Methods in org.gedcomx.records that return FieldValueModifier and TypeMethodDescriptionFieldValue.analysis(ResourceReference analysis) FieldValue.attribution(Attribution attribution) FieldValue.confidence(URI confidence) FieldValue.confidence(ConfidenceLevel confidence) Build out this field value with a data type.FieldValue.extensionElement(Object element) Build out this field value with a label id.Build out this field value with a resource.FieldValue.source(SourceDescription source) FieldValue.source(SourceReference sourceReference) Build out this field value with text.Build out this field value with a type.FieldValue.type(FieldValueType type) Build out this field value with a type.Methods in org.gedcomx.records that return types with arguments of type FieldValueModifier and TypeMethodDescriptionField.getValues()The set of values for the field.Field.values()Create a stream for the values.Methods in org.gedcomx.records with parameters of type FieldValueModifier and TypeMethodDescriptionvoidField.addValue(FieldValue value) Add a reference to the record value values being used as evidence.Field.value(FieldValue value) Build out this field with a field value.Method parameters in org.gedcomx.records with type arguments of type FieldValueModifier and TypeMethodDescriptionvoidField.setValues(List<FieldValue> values) The set of values for the field.Constructors in org.gedcomx.records with parameters of type FieldValue -
Uses of FieldValue in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type FieldValueModifier and TypeMethodDescriptionvoidGedcomxLocalReferenceResolver.visitFieldValue(FieldValue fieldValue) voidGedcomxModelVisitor.visitFieldValue(FieldValue fieldValue) voidGedcomxModelVisitorBase.visitFieldValue(FieldValue fieldValue)