Uses of Enum Class
org.gedcomx.types.FieldType
Packages that use FieldType
Package
Description
The sources model.
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 FieldTypeMethods in org.gedcomx.records with parameters of type FieldTypeModifier and TypeMethodDescriptionvoidField.setKnownType(FieldType type) The type of the field.Build out this field with a type. -
Uses of FieldType in org.gedcomx.types
Methods in org.gedcomx.types that return FieldTypeModifier and TypeMethodDescriptionstatic FieldTypeFieldType.fromQNameURI(URI qname) Get the enumeration from the QName.static FieldTypeReturns the enum constant of this class with the specified name.static FieldType[]FieldType.values()Returns an array containing the constants of this enum class, in the order they are declared.