Uses of Class
org.gedcomx.types.FieldType

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

Uses of FieldType in org.gedcomx.records
 

Methods in org.gedcomx.records that return FieldType
 FieldType Field.getKnownType()
          The known type of the field.
 

Methods in org.gedcomx.records with parameters of type FieldType
 void Field.setKnownType(FieldType type)
          The type of the field.
 Field Field.type(FieldType type)
          Build out this field with a type.
 

Uses of FieldType in org.gedcomx.types
 

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



Copyright © 2015. All rights reserved.