| 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.
|
| Modifier and Type | Method and Description |
|---|---|
EventType |
Event.getKnownType()
The enum referencing the known type of the event, or
OTHER if not known. |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setKnownType(EventType knownType)
Set the type of this event from a known enumeration of event types.
|
Event |
Event.type(EventType type)
Build up this event with a type.
|
| Constructor and Description |
|---|
Event(EventType EventType)
Create an event with the passed in type and values.
|
Event(EventType EventType,
Date date,
PlaceReference place)
Create a date/place event with the passed in type and values.
|
| Modifier and Type | Method and Description |
|---|---|
static EventType |
EventType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.