Uses of Enum Class
org.gedcomx.types.RelationshipType
Packages that use RelationshipType
Package
Description
The conclusion model defines genealogical conclusion data.
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 RelationshipTypeModifier and TypeMethodDescriptionRelationship.getKnownType()The enum referencing the known type of the relationship, orOTHERif not known.Methods in org.gedcomx.conclusion with parameters of type RelationshipTypeModifier and TypeMethodDescriptionvoidRelationship.setKnownType(RelationshipType type) Set the relationship type from a known enumeration of relationship types.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 RelationshipTypeModifier and TypeMethodDescriptionstatic RelationshipTypeRelationshipType.fromQNameURI(URI qname) Get the enumeration from the QName.static RelationshipTypeReturns the enum constant of this class with the specified name.static RelationshipType[]RelationshipType.values()Returns an array containing the constants of this enum class, in the order they are declared.