Uses of Class
com.eduix.genexp.studyelement.ExportStudyElementReference
-
Packages that use ExportStudyElementReference Package Description com.eduix.genexp.studyelement -
-
Uses of ExportStudyElementReference in com.eduix.genexp.studyelement
Fields in com.eduix.genexp.studyelement with type parameters of type ExportStudyElementReference Modifier and Type Field Description private List<ExportStudyElementReference>ExportStudyElement. parentsprivate List<ExportStudyElementReference>ExportRegistrationPackage. realisationsprivate List<ExportStudyElementReference>ExportParentList. studyElementsprivate List<ExportStudyElementReference>ExportStudyElement. subElementsMethods in com.eduix.genexp.studyelement that return types with arguments of type ExportStudyElementReference Modifier and Type Method Description List<ExportStudyElementReference>ExportStudyElement. getParents()List<ExportStudyElementReference>ExportRegistrationPackage. getRealisations()List<ExportStudyElementReference>ExportParentList. getStudyElements()List<ExportStudyElementReference>ExportStudyElement. getSubElements()Method parameters in com.eduix.genexp.studyelement with type arguments of type ExportStudyElementReference Modifier and Type Method Description voidExportStudyElement. setParents(List<ExportStudyElementReference> parents)voidExportRegistrationPackage. setRealisations(List<ExportStudyElementReference> realisations)voidExportParentList. setStudyElements(List<ExportStudyElementReference> studyElements)voidExportStudyElement. setSubElements(List<ExportStudyElementReference> subElements)
-