Uses of Class
org.gedcomx.types.NamePartType
-
Packages that use NamePartType 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 NamePartType in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return NamePartType Modifier and Type Method Description NamePartTypeNamePart. getKnownType()The enum referencing the known name part type, orOTHERif not known.Methods in org.gedcomx.conclusion with parameters of type NamePartType Modifier and Type Method Description StringName. getPart(NamePartType namePartType)Gets a specific part of the nameNameFormNameForm. part(NamePartType partType, String value)Build up this name form with a part.voidNamePart. setKnownType(NamePartType knownType)Set the type of this name part from an enumeration of known name part types.NamePartNamePart. type(NamePartType type)Build out this name part with a type.Constructors in org.gedcomx.conclusion with parameters of type NamePartType Constructor Description NamePart(NamePartType type, String text) -
Uses of NamePartType in org.gedcomx.types
Methods in org.gedcomx.types that return NamePartType Modifier and Type Method Description static NamePartTypeNamePartType. fromQNameURI(URI qname)Get the enumeration from the QName.static NamePartTypeNamePartType. valueOf(String name)Returns the enum constant of this type with the specified name.static NamePartType[]NamePartType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-