Uses of Class
org.gedcomx.types.FieldType
-
Packages that use FieldType Package Description 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 Modifier and Type Method Description FieldTypeField. getKnownType()The known type of the field.Methods in org.gedcomx.records with parameters of type FieldType Modifier and Type Method Description voidField. setKnownType(FieldType type)The type of the field.FieldField. 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 Modifier and Type Method Description static FieldTypeFieldType. fromQNameURI(URI qname)Get the enumeration from the QName.static FieldTypeFieldType. 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.
-