|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventType | |
|---|---|
| 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. |
| Uses of EventType in org.gedcomx.conclusion |
|---|
| Methods in org.gedcomx.conclusion that return EventType | |
|---|---|
EventType |
Event.getKnownType()
The enum referencing the known type of the event, or OTHER if not known. |
| Methods in org.gedcomx.conclusion with parameters of type EventType | |
|---|---|
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. |
| Constructors in org.gedcomx.conclusion with parameters of type EventType | |
|---|---|
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. |
|
| Uses of EventType in org.gedcomx.types |
|---|
| Methods in org.gedcomx.types that return EventType | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||