Uses of Class
org.sciplore.resources.PersonXref

Packages that use PersonXref
org.sciplore.resources   
 

Uses of PersonXref in org.sciplore.resources
 

Methods in org.sciplore.resources that return types with arguments of type PersonXref
 Set<PersonXref> Person.getXrefs()
           
 

Methods in org.sciplore.resources with parameters of type PersonXref
 void Person.addXref(PersonXref x)
           
 

Method parameters in org.sciplore.resources with type arguments of type PersonXref
 void Person.setXrefs(Set<PersonXref> xrefs)