Uses of Enum Class
org.gedcomx.types.NamePartType
Packages that use NamePartType
Package
Description
The conclusion model defines genealogical conclusion data.
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 NamePartTypeModifier and TypeMethodDescriptionNamePart.getKnownType()The enum referencing the known name part type, orOTHERif not known.Methods in org.gedcomx.conclusion with parameters of type NamePartTypeModifier and TypeMethodDescriptionName.getPart(NamePartType namePartType) Gets a specific part of the nameNameForm.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.NamePart.type(NamePartType type) Build out this name part with a type.Constructors in org.gedcomx.conclusion with parameters of type NamePartType -
Uses of NamePartType in org.gedcomx.types
Methods in org.gedcomx.types that return NamePartTypeModifier and TypeMethodDescriptionstatic NamePartTypeNamePartType.fromQNameURI(URI qname) Get the enumeration from the QName.static NamePartTypeReturns the enum constant of this class with the specified name.static NamePartType[]NamePartType.values()Returns an array containing the constants of this enum class, in the order they are declared.