public enum EventType extends Enum<EventType> implements ControlledVocabulary
| Enum Constant and Description |
|---|
Adoption
An adoption event.
|
AdultChristening
An adult christening event.
|
Annulment
An annulment event of a marriage.
|
Baptism
A baptism event.
|
BarMitzvah
A bar mitzvah event.
|
BatMitzvah
A bat mitzvah event.
|
Birth
A birth event.
|
Blessing
A an official blessing event, such as at the hands of a clergy member or at another religious rite.
|
Burial
A burial event.
|
Census
A census event.
|
Christening
A christening event *at birth*.
|
Circumcision
A circumcision event.
|
Confirmation
A confirmation event (or other rite of initiation) in a church or religion.
|
Cremation
A cremation event after death.
|
Death
A death event.
|
Divorce
A divorce event.
|
DivorceFiling
A divorce filing event.
|
Education
A education or an educational achievement event (e.g.
|
Emigration
An emigration event.
|
Engagement
An engagement to be married event.
|
Excommunication
An excommunication event from a church.
|
FirstCommunion
A first communion event.
|
Funeral
A funeral event.
|
Immigration
An immigration event.
|
Inquest
A legal inquest.
|
LandTransaction
A land transaction event.
|
Marriage
A marriage event.
|
MilitaryAward
A military award event.
|
MilitaryDischarge
A military discharge event.
|
Mission
A mission event.
|
MoveFrom
An event of a move (i.e.
|
MoveTo
An event of a move (i.e.
|
Naturalization
A naturalization event (i.e.
|
Ordination
An ordination event.
|
OTHER |
Retirement
A retirement event.
|
| Modifier and Type | Method and Description |
|---|---|
static EventType |
fromQNameURI(URI qname)
Get the enumeration from the QName.
|
URI |
toQNameURI()
Return the QName value for this enum.
|
static EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventType Adoption
public static final EventType AdultChristening
public static final EventType Annulment
public static final EventType Baptism
public static final EventType BarMitzvah
public static final EventType BatMitzvah
public static final EventType Birth
public static final EventType Blessing
public static final EventType Burial
public static final EventType Census
public static final EventType Christening
public static final EventType Circumcision
public static final EventType Confirmation
public static final EventType Cremation
public static final EventType Death
public static final EventType Divorce
public static final EventType DivorceFiling
public static final EventType Education
public static final EventType Engagement
public static final EventType Emigration
public static final EventType Excommunication
public static final EventType FirstCommunion
public static final EventType Funeral
public static final EventType Immigration
public static final EventType Inquest
public static final EventType LandTransaction
public static final EventType Marriage
public static final EventType MilitaryAward
public static final EventType MilitaryDischarge
public static final EventType Mission
public static final EventType MoveFrom
public static final EventType MoveTo
public static final EventType Naturalization
public static final EventType Ordination
public static final EventType Retirement
public static final EventType OTHER
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType 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 URI toQNameURI()
toQNameURI in interface ControlledVocabularyCopyright © 2016. All rights reserved.