Uses of Class
org.gedcomx.types.FieldValueType
-
Packages that use FieldValueType 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 FieldValueType in org.gedcomx.records
Methods in org.gedcomx.records that return FieldValueType Modifier and Type Method Description FieldValueTypeFieldValue. getKnownType()The known type of the field value.FieldValueTypeFieldValueDescriptor. getKnownType()The known type of the field value.Methods in org.gedcomx.records with parameters of type FieldValueType Modifier and Type Method Description voidFieldValue. setKnownType(FieldValueType type)The type of the field value.voidFieldValueDescriptor. setKnownType(FieldValueType type)The type of the field value.FieldValueFieldValue. 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 FieldValueType Modifier and Type Method Description static FieldValueTypeFieldValueType. fromQNameURI(URI qname)Get the enumeration from the QName.static FieldValueTypeFieldValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldValueType[]FieldValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-