Uses of Enum Class
org.gedcomx.types.EventType
Packages that use EventType
Package
Description
The conclusion model defines genealogical conclusion data.
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 EventTypeModifier and TypeMethodDescriptionEvent.getKnownType()The enum referencing the known type of the event, orOTHERif not known.Methods in org.gedcomx.conclusion with parameters of type EventTypeModifier and TypeMethodDescriptionvoidEvent.setKnownType(EventType knownType) Set the type of this event from a known enumeration of event types.Build up this event with a type.Constructors in org.gedcomx.conclusion with parameters of type EventType -
Uses of EventType in org.gedcomx.types
Methods in org.gedcomx.types that return EventTypeModifier and TypeMethodDescriptionstatic EventTypeEventType.fromQNameURI(URI qname) Get the enumeration from the QName.static EventTypeReturns the enum constant of this class with the specified name.static EventType[]EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.