|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NameType | |
|---|---|
| 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 | |
|---|---|
NameType |
Name.getKnownType()
The enum referencing the known name type, or OTHER if not known. |
| Methods in org.gedcomx.conclusion with parameters of type NameType | |
|---|---|
Name |
Person.getFirstNameOfType(NameType type)
Get the first name of the specified type. |
void |
Name.setKnownType(NameType knownType)
Set the name type from an enumeration of known name types. |
Name |
Name.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 | |
|---|---|
static NameType |
NameType.fromQNameURI(URI qname)
Get the enumeration from the QName. |
static NameType |
NameType.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||