Uses of Class
org.gedcomx.types.EventRoleType

Packages that use EventRoleType
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
 EventRoleType EventRole.getKnownType()
          The enum referencing the known role type, or OTHER if not known.
 

Methods in org.gedcomx.conclusion with parameters of type EventRoleType
 void EventRole.setKnownType(EventRoleType knownType)
          Set the role type from an enumeration of known role types.
 EventRole 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 EventRoleType
static EventRoleType EventRoleType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static EventRoleType EventRoleType.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.
 



Copyright © 2015. All rights reserved.