Uses of Class
org.gedcomx.types.EventRoleType
-
Packages that use EventRoleType 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 EventRoleType in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return EventRoleType Modifier and Type Method Description EventRoleTypeEventRole. getKnownType()The enum referencing the known role type, orOTHERif not known.Methods in org.gedcomx.conclusion with parameters of type EventRoleType Modifier and Type Method Description voidEventRole. setKnownType(EventRoleType knownType)Set the role type from an enumeration of known role types.EventRoleEventRole. type(EventRoleType type)Build up this role with a type. -
Uses of EventRoleType in org.gedcomx.types
Methods in org.gedcomx.types that return EventRoleType Modifier and Type Method Description static EventRoleTypeEventRoleType. fromQNameURI(URI qname)Get the enumeration from the QName.static EventRoleTypeEventRoleType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventRoleType[]EventRoleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-