Uses of Class
org.gedcomx.types.RelationshipType
-
Packages that use RelationshipType 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. -
-
Uses of RelationshipType in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return RelationshipType Modifier and Type Method Description RelationshipTypeRelationship. getKnownType()The enum referencing the known type of the relationship, orOTHERif not known.Methods in org.gedcomx.conclusion with parameters of type RelationshipType Modifier and Type Method Description voidRelationship. setKnownType(RelationshipType type)Set the relationship type from a known enumeration of relationship types.RelationshipRelationship. 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 Modifier and Type Method Description static RelationshipTypeRelationshipType. fromQNameURI(URI qname)Get the enumeration from the QName.static RelationshipTypeRelationshipType. 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.
-