public enum RecordType extends Enum<RecordType> implements ControlledVocabulary
| Enum Constant and Description |
|---|
Admission
A record of a person's admission to an institution, society, or other association.
|
Adoption
A record of an adoption.
|
Affidavit
An affidavit.
|
Application
A person's application to an institution, society or other association.
|
Arrival
A record of a person's arrival at a certain place.
|
Bank
A bank record.
|
Baptism
A record of a person's baptism.
|
Birth
A record of a birth.
|
Burial
A record of a person's burial or interment.
|
Business
todo: document this type.
|
Cemetery
todo: document this type.
|
Census
A census record.
|
Christening
A record of a person's christening.
|
CompiledGenealogy
A Compiled Genealogy
|
Confirmation
A record of a person's confirmation.
|
Correspondence
todo: document this type.
|
Death
A death record.
|
Departure
A record of a person's departure from a certain place.
|
Divorce
A divorce record.
|
Draft
A draft record.
|
Duplicate
todo: document this type.
|
Estate
todo: document this type.
|
Index
todo: document this type.
|
IntendedMarriage
todo: document this type.
|
Land
A land record.
|
Legal
A legal record.
|
Marriage
A marriage record.
|
MarriageAffidavit
A marriage affadavit.
|
MarriageAmendment
todo: document this type.
|
MarriageBanns
A record of a person's banns of marriage.
|
MarriageConsent
todo: document this type.
|
MarriageDuplicate
todo: document this type.
|
MarriageLicense
A marriage license.
|
MarriageReturns
todo: document this type.
|
Membership
todo: document this type.
|
Migration
A migration record.
|
Military
A military record.
|
Naturalization
A naturalization record.
|
Obituary
A Obituary record
|
OTHER
Custom
|
Passenger
A passenger record.
|
Pension
A pension record.
|
Probate
A probate record.
|
RelatedDocument
todo: document this type.
|
ReligiousCreeds
todo: document this type.
|
Residence
A Residence record
|
Roll
A roll.
|
Tax
A tax record.
|
Vital
A vital record.
|
VoterRegistration
A voter registration record.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordType |
fromQNameURI(URI qname)
Get the enumeration from the QName.
|
URI |
toQNameURI()
Return the QName value for this enum.
|
static RecordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecordType Admission
public static final RecordType Adoption
public static final RecordType Affidavit
public static final RecordType Application
public static final RecordType Arrival
public static final RecordType Bank
public static final RecordType Baptism
public static final RecordType Birth
public static final RecordType Burial
public static final RecordType Business
public static final RecordType Cemetery
public static final RecordType Census
public static final RecordType Christening
public static final RecordType CompiledGenealogy
public static final RecordType Confirmation
public static final RecordType Correspondence
public static final RecordType Death
public static final RecordType Departure
public static final RecordType Divorce
public static final RecordType Duplicate
public static final RecordType Draft
public static final RecordType Estate
public static final RecordType Index
public static final RecordType IntendedMarriage
public static final RecordType Land
public static final RecordType Legal
public static final RecordType Marriage
public static final RecordType MarriageAffidavit
public static final RecordType MarriageAmendment
public static final RecordType MarriageBanns
public static final RecordType MarriageConsent
public static final RecordType MarriageDuplicate
public static final RecordType MarriageLicense
public static final RecordType MarriageReturns
public static final RecordType Membership
public static final RecordType Migration
public static final RecordType Military
public static final RecordType Naturalization
public static final RecordType Obituary
public static final RecordType Passenger
public static final RecordType Pension
public static final RecordType Probate
public static final RecordType RelatedDocument
public static final RecordType ReligiousCreeds
public static final RecordType Residence
public static final RecordType Roll
public static final RecordType Tax
public static final RecordType Vital
public static final RecordType VoterRegistration
public static final RecordType OTHER
public static RecordType[] values()
for (RecordType c : RecordType.values()) System.out.println(c);
public static RecordType 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 ControlledVocabularypublic static RecordType fromQNameURI(URI qname)
qname - The qname.Copyright © 2016. All rights reserved.