public enum FactType extends Enum<FactType> implements ControlledVocabulary
| Modifier and Type | Class and Description |
|---|---|
static class |
FactType.Couple |
static class |
FactType.ParentChild |
static class |
FactType.Person
Enumeration of types that are applicable to a person.
|
| Enum Constant and Description |
|---|
Adoption
A fact of a person's adoption.
|
AdoptiveParent
A fact about an adoptive relationship between a parent an a child.
|
AdultChristening
A fact of a person's christening as an adult.
|
Amnesty
A fact of a person's amnesty.
|
Annulment
The fact of an annulment of a marriage.
|
Apprenticeship
A fact of a person's apprenticeship.
|
Arrest
A fact of a person's arrest.
|
Baptism
A fact of a person's baptism.
|
BarMitzvah
A fact of a person's bar mitzvah.
|
BatMitzvah
A fact of a person's bat mitzvah.
|
BiologicalParent
A fact the biological relationship between a parent and a child.
|
Birth
A fact of a person's birth.
|
Blessing
A fact of an official blessing received by a person, such as at the hands of a clergy member or at another religious rite.
|
Burial
A fact of the burial of person's body after death.
|
Caste
A fact of a person's caste.
|
Census
A fact of a person's participation in a census.
|
Christening
A fact of a person's christening *at birth*.
|
Circumcision
A fact of a person's circumcision.
|
CivilUnion
The fact of a civil union.
|
Clan
A fact of a person's clan.
|
CommonLawMarriage
The fact of a marriage by common law.
|
Confirmation
A fact of a person's confirmation (or other rite of initiation) in a church or religion.
|
Court
A fact of the appearance of a person in a court proceeding.
|
Cremation
A fact of the cremation of person's body after death.
|
Death
A fact of the death of a person.
|
Divorce
The fact of a divorce of a couple.
|
DivorceFiling
The fact of a filing for divorce.
|
DomesticPartnership
The fact of a domestic partnership.
|
Education
A fact of an education of a person.
|
EducationEnrollment
A fact of a person's enrollment in an educational program or institution.
|
Emigration
A fact of the emigration of a person.
|
Engagement
The fact of an engagement to be married.
|
Ethnicity
A fact of a person's ethnicity or race.
|
Excommunication
A fact of a person's excommunication from a church.
|
FirstCommunion
A fact of a person's first communion in a church.
|
FosterParent
A fact about a foster relationship between a foster parent and a child.
|
Funeral
A fact of a person's funeral.
|
GenderChange
A fact of a person's gender change.
|
Graduation
A fact of a person's graduation from a scholastic institution.
|
GuardianParent
A fact about a legal guardianship between a parent and a child.
|
Immigration
A fact of a person's immigration.
|
Imprisonment
A fact of a person's imprisonment.
|
Inquest
A legal inquest.
|
LandTransaction
A fact of a land transaction enacted by a person.
|
Language
A fact of a language spoken by a person.
|
Living
A fact of a record of a person's living for a specific period.
|
MaritalStatus
A fact of a person's marital status.
|
Marriage
The fact of a marriage.
|
MarriageBanns
The fact of a marriage banns.
|
MarriageContract
The fact of a marriage contract.
|
MarriageLicense
The fact of a marriage license.
|
MarriageNotice
The fact of a marriage notice.
|
Medical
A fact of a person's medical record, such as for an illness or hospital stay.
|
MilitaryAward
A fact of a person's military award.
|
MilitaryDischarge
A fact of a person's military discharge.
|
MilitaryDraftRegistration
A fact of a person's registration for a military draft.
|
MilitaryInduction
A fact of a person's military induction.
|
MilitaryService
A fact of a person's militray service.
|
Mission
A fact of a person's church mission.
|
MoveFrom
A fact of a person's move (i.e.
|
MoveTo
A fact of a person's move (i.e.
|
MultipleBirth
A fact that a person was born as part of a multiple birth (e.g.
|
NationalId
A fact of a person's national id (e.g.
|
Nationality
A fact of a person's nationality.
|
Naturalization
A fact of a person's naturalization (i.e.
|
NumberOfChildren
A fact of the number of children of a person or relationship.
|
NumberOfMarriages
A fact of a person's number of marriages.
|
Obituary
A fact of a person's obituary.
|
Occupation
A fact of a person's occupation or employment.
|
Ordination
A fact of a person's ordination to a stewardship in a church.
|
OTHER |
Pardon
A fact of a person's legal pardon.
|
PhysicalDescription
A fact of a person's physical description.
|
Probate
A fact of a receipt of probate of a person's property.
|
Property
A fact of a person's property or possessions.
|
Religion
A fact of a person's religion.
|
Residence
A fact of a person's residence.
|
Retirement
A fact of a person's retirement.
|
Separation
A fact of a couple's separation.
|
SociologicalParent
A fact about a sociological relationship between a parent and a child, but not definable in typical legal or biological terms.
|
StepParent
A fact about the step relationship between a parent and a child.
|
Stillbirth
A fact of a person's stillbirth.
|
TaxAssessment
A fact of a person's tax assessment.
|
Visit
A fact of a person's visit to a place different from the person's residence.
|
Will
A fact of a person's will.
|
Yahrzeit
A fact of a person's _yahrzeit_ date.
|
| Modifier and Type | Field and Description |
|---|---|
static Set<FactType> |
BIRTHLIKE_FACT_TYPES |
static Set<FactType> |
DEATHLIKE_FACT_TYPES |
static Set<FactType> |
DIVORCELIKE_FACT_TYPES |
static Set<FactType> |
MARRIAGELIKE_FACT_TYPES |
static Set<FactType> |
MIGRATIONLIKE_FACT_TYPES |
| Modifier and Type | Method and Description |
|---|---|
static FactType |
fromQNameURI(URI qname)
Get the enumeration from the QName.
|
boolean |
isBirthLike() |
boolean |
isDeathLike() |
boolean |
isDivorceLike() |
boolean |
isMarriageLike() |
boolean |
isMigrationLike() |
URI |
toQNameURI()
Return the QName value for this enum.
|
static FactType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FactType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FactType Adoption
public static final FactType AdultChristening
public static final FactType Amnesty
public static final FactType Apprenticeship
public static final FactType Arrest
public static final FactType Baptism
public static final FactType BarMitzvah
public static final FactType BatMitzvah
public static final FactType Birth
public static final FactType Blessing
public static final FactType Burial
public static final FactType Caste
public static final FactType Census
public static final FactType Christening
public static final FactType Circumcision
public static final FactType Clan
public static final FactType Confirmation
public static final FactType Cremation
public static final FactType Court
public static final FactType Death
public static final FactType Education
public static final FactType EducationEnrollment
public static final FactType Emigration
public static final FactType Ethnicity
public static final FactType Excommunication
public static final FactType FirstCommunion
public static final FactType Funeral
public static final FactType GenderChange
public static final FactType Graduation
public static final FactType Immigration
public static final FactType Imprisonment
public static final FactType Inquest
public static final FactType LandTransaction
public static final FactType Language
public static final FactType Living
public static final FactType MaritalStatus
public static final FactType Medical
public static final FactType MilitaryAward
public static final FactType MilitaryDischarge
public static final FactType MilitaryDraftRegistration
public static final FactType MilitaryInduction
public static final FactType MilitaryService
public static final FactType Mission
public static final FactType MoveFrom
public static final FactType MoveTo
public static final FactType MultipleBirth
public static final FactType NationalId
public static final FactType Nationality
public static final FactType Naturalization
public static final FactType NumberOfMarriages
public static final FactType Obituary
public static final FactType Occupation
public static final FactType Ordination
public static final FactType Pardon
public static final FactType PhysicalDescription
public static final FactType Probate
public static final FactType Property
public static final FactType Religion
public static final FactType Residence
public static final FactType Retirement
public static final FactType Stillbirth
public static final FactType TaxAssessment
public static final FactType Will
public static final FactType Visit
public static final FactType Yahrzeit
public static final FactType Annulment
public static final FactType CommonLawMarriage
public static final FactType CivilUnion
public static final FactType Divorce
public static final FactType DivorceFiling
public static final FactType DomesticPartnership
public static final FactType Engagement
public static final FactType Marriage
public static final FactType MarriageBanns
public static final FactType MarriageContract
public static final FactType MarriageLicense
public static final FactType MarriageNotice
public static final FactType NumberOfChildren
public static final FactType Separation
public static final FactType AdoptiveParent
public static final FactType BiologicalParent
public static final FactType FosterParent
public static final FactType GuardianParent
public static final FactType StepParent
public static final FactType SociologicalParent
public static final FactType OTHER
public static FactType[] values()
for (FactType c : FactType.values()) System.out.println(c);
public static FactType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isBirthLike()
public boolean isDeathLike()
public boolean isMarriageLike()
public boolean isDivorceLike()
public boolean isMigrationLike()
public URI toQNameURI()
toQNameURI in interface ControlledVocabularyCopyright © 2016. All rights reserved.