Uses of Class
org.gedcomx.types.FieldValueStatusType

Packages that use FieldValueStatusType
org.gedcomx.records The sources model. 
org.gedcomx.types The types model defines the standard set of types of genealogical data. 
 

Uses of FieldValueStatusType in org.gedcomx.records
 

Methods in org.gedcomx.records that return FieldValueStatusType
 FieldValueStatusType FieldValue.getKnownStatus()
          The known type of the field.
 

Methods in org.gedcomx.records with parameters of type FieldValueStatusType
 void FieldValue.setKnownStatus(FieldValueStatusType status)
          The type of the field.
 

Uses of FieldValueStatusType in org.gedcomx.types
 

Methods in org.gedcomx.types that return FieldValueStatusType
static FieldValueStatusType FieldValueStatusType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static FieldValueStatusType FieldValueStatusType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FieldValueStatusType[] FieldValueStatusType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015. All rights reserved.