Uses of Class
com.eduix.genexp.studyelement.ExportParentList
-
Packages that use ExportParentList Package Description com.eduix.genexp.studyelement -
-
Uses of ExportParentList in com.eduix.genexp.studyelement
Fields in com.eduix.genexp.studyelement with type parameters of type ExportParentList Modifier and Type Field Description private List<ExportParentList>ExportCourseUnit. parentListsprivate List<ExportParentList>ExportStudyModule. parentListsMethods in com.eduix.genexp.studyelement that return types with arguments of type ExportParentList Modifier and Type Method Description List<ExportParentList>ExportCourseUnit. getParentLists()List<ExportParentList>ExportParentListContainer. getParentLists()List<ExportParentList>ExportStudyModule. getParentLists()Method parameters in com.eduix.genexp.studyelement with type arguments of type ExportParentList Modifier and Type Method Description voidExportCourseUnit. setParentLists(List<ExportParentList> parentLists)voidExportParentListContainer. setParentLists(List<ExportParentList> parentLists)voidExportStudyModule. setParentLists(List<ExportParentList> parentLists)
-