Uses of Class
org.gedcomx.conclusion.EventRole

Packages that use EventRole
org.gedcomx.conclusion The conclusion model defines genealogical conclusion data. 
org.gedcomx.rt   
 

Uses of EventRole in org.gedcomx.conclusion
 

Methods in org.gedcomx.conclusion that return EventRole
 EventRole EventRole.analysis(Document analysis)
           
 EventRole EventRole.analysis(ResourceReference analysis)
           
 EventRole EventRole.analysis(URI analysis)
           
 EventRole EventRole.attribution(Attribution attribution)
           
 EventRole EventRole.confidence(ConfidenceLevel confidence)
           
 EventRole EventRole.confidence(URI confidence)
           
 EventRole EventRole.details(String details)
          Build up this event role with details.
 EventRole EventRole.id(String id)
           
 EventRole EventRole.lang(String lang)
           
 EventRole EventRole.link(Link link)
           
 EventRole EventRole.link(String rel, URI href)
           
 EventRole EventRole.note(Note note)
           
 EventRole EventRole.person(Person person)
          Build up this event role with a person.
 EventRole EventRole.person(ResourceReference person)
          Build up this event role with a person.
 EventRole EventRole.sortKey(String sortKey)
           
 EventRole EventRole.source(SourceDescription source)
           
 EventRole EventRole.source(SourceReference sourceReference)
           
 EventRole EventRole.type(EventRoleType type)
          Build up this role with a type.
 EventRole EventRole.type(URI type)
          Build up this role with a type.
 

Methods in org.gedcomx.conclusion that return types with arguments of type EventRole
 List<EventRole> Event.getRoles()
          The roles played in this event.
 

Methods in org.gedcomx.conclusion with parameters of type EventRole
 void Event.addRole(EventRole role)
          Add a role to the list of roles played in this event.
 Event Event.role(EventRole role)
          Build up this event with a role.
 

Method parameters in org.gedcomx.conclusion with type arguments of type EventRole
 void Event.setRoles(List<EventRole> roles)
          The roles played in this event.
 

Uses of EventRole in org.gedcomx.rt
 

Methods in org.gedcomx.rt with parameters of type EventRole
 void GedcomxModelVisitorBase.visitEventRole(EventRole role)
           
 void GedcomxModelVisitor.visitEventRole(EventRole role)
           
 void GedcomxLocalReferenceResolver.visitEventRole(EventRole role)
           
 



Copyright © 2015. All rights reserved.