Uses of Class
org.gedcomx.records.FieldValue
-
Packages that use FieldValue Package Description org.gedcomx.records The sources model.org.gedcomx.rt -
-
Uses of FieldValue in org.gedcomx.records
Methods in org.gedcomx.records that return FieldValue Modifier and Type Method Description FieldValueFieldValue. analysis(ResourceReference analysis)FieldValueFieldValue. analysis(URI analysis)FieldValueFieldValue. analysis(Document analysis)FieldValueFieldValue. attribution(Attribution attribution)FieldValueFieldValue. confidence(URI confidence)FieldValueFieldValue. confidence(ConfidenceLevel confidence)FieldValueFieldValue. datatype(URI datatype)Build out this field value with a data type.FieldValueFieldValue. extensionElement(Object element)FieldValueFieldValue. id(String id)FieldValueFieldValue. labelId(String labelId)Build out this field value with a label id.FieldValueFieldValue. lang(String lang)FieldValueFieldValue. link(String rel, URI href)FieldValueFieldValue. link(Link link)FieldValueFieldValue. note(Note note)FieldValueFieldValue. resource(URI resource)Build out this field value with a resource.FieldValueFieldValue. sortKey(String sortKey)FieldValueFieldValue. source(SourceDescription source)FieldValueFieldValue. source(SourceReference sourceReference)FieldValueFieldValue. text(String text)Build out this field value with text.FieldValueFieldValue. type(URI type)Build out this field value with a type.FieldValueFieldValue. type(FieldValueType type)Build out this field value with a type.Methods in org.gedcomx.records that return types with arguments of type FieldValue Modifier and Type Method Description List<FieldValue>Field. getValues()The set of values for the field.Stream<FieldValue>Field. values()Create a stream for the values.Methods in org.gedcomx.records with parameters of type FieldValue Modifier and Type Method Description voidField. addValue(FieldValue value)Add a reference to the record value values being used as evidence.FieldField. value(FieldValue value)Build out this field with a field value.Method parameters in org.gedcomx.records with type arguments of type FieldValue Modifier and Type Method Description voidField. setValues(List<FieldValue> values)The set of values for the field. -
Uses of FieldValue in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type FieldValue Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitFieldValue(FieldValue fieldValue)voidGedcomxModelVisitor. visitFieldValue(FieldValue fieldValue)voidGedcomxModelVisitorBase. visitFieldValue(FieldValue fieldValue)
-