Uses of Enum Class
org.gedcomx.types.FieldValueStatusType
Packages that use FieldValueStatusType
Package
Description
The sources model.
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 FieldValueStatusTypeMethods in org.gedcomx.records with parameters of type FieldValueStatusTypeModifier and TypeMethodDescriptionvoidFieldValue.setKnownStatus(FieldValueStatusType status) The type of the field. -
Uses of FieldValueStatusType in org.gedcomx.types
Methods in org.gedcomx.types that return FieldValueStatusTypeModifier and TypeMethodDescriptionstatic FieldValueStatusTypeFieldValueStatusType.fromQNameURI(URI qname) Get the enumeration from the QName.static FieldValueStatusTypeReturns the enum constant of this class with the specified name.static FieldValueStatusType[]FieldValueStatusType.values()Returns an array containing the constants of this enum class, in the order they are declared.