Uses of Class
org.gedcomx.types.EventType
-
Packages that use EventType 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. -
-
Uses of EventType in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return EventType Modifier and Type Method Description EventTypeEvent. getKnownType()The enum referencing the known type of the event, orOTHERif not known.Methods in org.gedcomx.conclusion with parameters of type EventType Modifier and Type Method Description voidEvent. setKnownType(EventType knownType)Set the type of this event from a known enumeration of event types.EventEvent. type(EventType type)Build up this event with a type.Constructors in org.gedcomx.conclusion with parameters of type EventType Constructor 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. -
Uses of EventType in org.gedcomx.types
Methods in org.gedcomx.types that return EventType Modifier and Type Method Description static EventTypeEventType. fromQNameURI(URI qname)Get the enumeration from the QName.static EventTypeEventType. 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.
-