Uses of Enum Class
org.gedcomx.types.NameType
Packages that use NameType
Package
Description
The conclusion model defines genealogical conclusion data.
The types model defines the standard set of types of genealogical data.
-
Uses of NameType in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return NameTypeModifier and TypeMethodDescriptionName.getKnownType()The enum referencing the known name type, orOTHERif not known.Methods in org.gedcomx.conclusion with parameters of type NameTypeModifier and TypeMethodDescriptionPerson.getFirstNameOfType(NameType type) Get the first name of the specified type.voidName.setKnownType(NameType knownType) Set the name type from an enumeration of known name types.Build up this name with a type. -
Uses of NameType in org.gedcomx.types
Methods in org.gedcomx.types that return NameTypeModifier and TypeMethodDescriptionstatic NameTypeNameType.fromQNameURI(URI qname) Get the enumeration from the QName.static NameTypeReturns the enum constant of this class with the specified name.static NameType[]NameType.values()Returns an array containing the constants of this enum class, in the order they are declared.