Uses of Enum Class
org.gedcomx.types.FieldValueType
Packages that use FieldValueType
Package
Description
The sources model.
The types model defines the standard set of types of genealogical data.
-
Uses of FieldValueType in org.gedcomx.records
Methods in org.gedcomx.records that return FieldValueTypeModifier and TypeMethodDescriptionFieldValue.getKnownType()The known type of the field value.FieldValueDescriptor.getKnownType()The known type of the field value.Methods in org.gedcomx.records with parameters of type FieldValueTypeModifier and TypeMethodDescriptionvoidFieldValue.setKnownType(FieldValueType type) The type of the field value.voidFieldValueDescriptor.setKnownType(FieldValueType type) The type of the field value.FieldValue.type(FieldValueType type) Build out this field value with a type. -
Uses of FieldValueType in org.gedcomx.types
Methods in org.gedcomx.types that return FieldValueTypeModifier and TypeMethodDescriptionstatic FieldValueTypeFieldValueType.fromQNameURI(URI qname) Get the enumeration from the QName.static FieldValueTypeReturns the enum constant of this class with the specified name.static FieldValueType[]FieldValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.