Uses of Class
org.gedcomx.types.NamePartType

Packages that use NamePartType
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
 NamePartType NamePart.getKnownType()
          The enum referencing the known name part type, or OTHER if not known.
 

Methods in org.gedcomx.conclusion with parameters of type NamePartType
 NameForm NameForm.part(NamePartType partType, String value)
          Build up this name form with a part.
 void NamePart.setKnownType(NamePartType knownType)
          Set the type of this name part from an enumeration of known name part types.
 NamePart NamePart.type(NamePartType type)
          Build out this name part with a type.
 

Constructors in org.gedcomx.conclusion with parameters of type NamePartType
NamePart(NamePartType type, String text)
           
 

Uses of NamePartType in org.gedcomx.types
 

Methods in org.gedcomx.types that return NamePartType
static NamePartType NamePartType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static NamePartType NamePartType.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.
 



Copyright © 2015. All rights reserved.