Uses of Class
org.gedcomx.records.FieldValue

Packages that use FieldValue
org.gedcomx.records The sources model. 
org.gedcomx.rt   
 

Uses of FieldValue in org.gedcomx.records
 

Methods in org.gedcomx.records that return FieldValue
 FieldValue FieldValue.analysis(Document analysis)
           
 FieldValue FieldValue.analysis(ResourceReference analysis)
           
 FieldValue FieldValue.analysis(URI analysis)
           
 FieldValue FieldValue.attribution(Attribution attribution)
           
 FieldValue FieldValue.confidence(ConfidenceLevel confidence)
           
 FieldValue FieldValue.confidence(URI confidence)
           
 FieldValue FieldValue.datatype(URI datatype)
          Build out this field value with a data type.
 FieldValue FieldValue.id(String id)
           
 FieldValue FieldValue.labelId(String labelId)
          Build out this field value with a label id.
 FieldValue FieldValue.lang(String lang)
           
 FieldValue FieldValue.link(Link link)
           
 FieldValue FieldValue.link(String rel, URI href)
           
 FieldValue FieldValue.note(Note note)
           
 FieldValue FieldValue.resource(URI resource)
          Build out this field value with a resource.
 FieldValue FieldValue.sortKey(String sortKey)
           
 FieldValue FieldValue.source(SourceDescription source)
           
 FieldValue FieldValue.source(SourceReference sourceReference)
           
 FieldValue FieldValue.text(String text)
          Build out this field value with text.
 FieldValue FieldValue.type(FieldValueType type)
          Build out this field value with a type.
 FieldValue FieldValue.type(URI type)
          Build out this field value with a type.
 

Methods in org.gedcomx.records that return types with arguments of type FieldValue
 List<FieldValue> Field.getValues()
          The set of values for the field.
 

Methods in org.gedcomx.records with parameters of type FieldValue
 void Field.addValue(FieldValue value)
          Add a reference to the record value values being used as evidence.
 Field Field.value(FieldValue value)
          Build out this field with a field value.
 

Method parameters in org.gedcomx.records with type arguments of type FieldValue
 void Field.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
 void GedcomxModelVisitorBase.visitFieldValue(FieldValue fieldValue)
           
 void GedcomxModelVisitor.visitFieldValue(FieldValue fieldValue)
           
 void GedcomxLocalReferenceResolver.visitFieldValue(FieldValue fieldValue)
           
 



Copyright © 2015. All rights reserved.