Uses of Class
org.gedcomx.types.NameType
-
Packages that use NameType Package Description org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.types 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 NameType Modifier and Type Method Description NameTypeName. getKnownType()The enum referencing the known name type, orOTHERif not known.Methods in org.gedcomx.conclusion with parameters of type NameType Modifier and Type Method Description NamePerson. 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.NameName. type(NameType type)Build up this name with a type. -
Uses of NameType in org.gedcomx.types
Methods in org.gedcomx.types that return NameType Modifier and Type Method Description static NameTypeNameType. fromQNameURI(URI qname)Get the enumeration from the QName.static NameTypeNameType. valueOf(String name)Returns the enum constant of this type with the specified name.static NameType[]NameType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-