|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelationshipType | |
|---|---|
| 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 RelationshipType in org.gedcomx.conclusion |
|---|
| Methods in org.gedcomx.conclusion that return RelationshipType | |
|---|---|
RelationshipType |
Relationship.getKnownType()
The enum referencing the known type of the relationship, or OTHER if not known. |
| Methods in org.gedcomx.conclusion with parameters of type RelationshipType | |
|---|---|
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. |
| Uses of RelationshipType in org.gedcomx.types |
|---|
| Methods in org.gedcomx.types that return RelationshipType | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||