Uses of Class
com.eduix.genexp.studyelement.ExportPersonReference
-
Packages that use ExportPersonReference Package Description com.eduix.genexp.studyelement -
-
Uses of ExportPersonReference in com.eduix.genexp.studyelement
Fields in com.eduix.genexp.studyelement with type parameters of type ExportPersonReference Modifier and Type Field Description private List<ExportPersonReference>ExportRegistrationPackage. personReferencesprivate List<ExportPersonReference>ExportStudyElement. personReferencesMethods in com.eduix.genexp.studyelement that return types with arguments of type ExportPersonReference Modifier and Type Method Description List<ExportPersonReference>ExportRegistrationPackage. getPersonReferences()List<ExportPersonReference>ExportStudyElement. getPersonReferences()Method parameters in com.eduix.genexp.studyelement with type arguments of type ExportPersonReference Modifier and Type Method Description voidExportRegistrationPackage. setPersonReferences(List<ExportPersonReference> personReferences)voidExportStudyElement. setPersonReferences(List<ExportPersonReference> personReferences)
-