Uses of Enum Class
org.gedcomx.types.EventRoleType
Packages that use EventRoleType
Package
Description
The conclusion model defines genealogical conclusion data.
The types model defines the standard set of types of genealogical data.
-
Uses of EventRoleType in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return EventRoleTypeModifier and TypeMethodDescriptionEventRole.getKnownType()The enum referencing the known role type, orOTHERif not known.Methods in org.gedcomx.conclusion with parameters of type EventRoleTypeModifier and TypeMethodDescriptionvoidEventRole.setKnownType(EventRoleType knownType) Set the role type from an enumeration of known role types.EventRole.type(EventRoleType type) Build up this role with a type. -
Uses of EventRoleType in org.gedcomx.types
Methods in org.gedcomx.types that return EventRoleTypeModifier and TypeMethodDescriptionstatic EventRoleTypeEventRoleType.fromQNameURI(URI qname) Get the enumeration from the QName.static EventRoleTypeReturns the enum constant of this class with the specified name.static EventRoleType[]EventRoleType.values()Returns an array containing the constants of this enum class, in the order they are declared.