| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RelationshipType |
Relationship.getKnownType()
The enum referencing the known type of the relationship, or
OTHER if not known. |
| Modifier and Type | Method and Description |
|---|---|
void |
Relationship.setKnownType(RelationshipType type)
Set the relationship type from a known enumeration of relationship types.
|
Relationship |
Relationship.type(RelationshipType type)
Build out this relationship with a type.
|
| Modifier and Type | Method and Description |
|---|---|
static RelationshipType |
RelationshipType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static RelationshipType |
RelationshipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipType[] |
RelationshipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.