Uses of Class
org.openurp.edu.base.code.model.StdType
-
Packages that use StdType Package Description org.openurp.edu.base.model org.openurp.edu.program.model -
-
Uses of StdType in org.openurp.edu.base.model
Fields in org.openurp.edu.base.model declared as StdType Modifier and Type Field Description protected StdTypeStudent. stdType学生类别 所在项目内的学生类别Methods in org.openurp.edu.base.model that return StdType Modifier and Type Method Description StdTypeSquad. getStdType()StdTypeStudent. getStdType()Methods in org.openurp.edu.base.model that return types with arguments of type StdType Modifier and Type Method Description List<StdType>Project. getStdTypes()Set<StdType>StudentScope. getStdTypes()Methods in org.openurp.edu.base.model with parameters of type StdType Modifier and Type Method Description voidSquad. setStdType(StdType stdType)voidStudent. setStdType(StdType type)Method parameters in org.openurp.edu.base.model with type arguments of type StdType Modifier and Type Method Description voidProject. setStdTypes(List<StdType> types)voidStudentScope. setStdTypes(Set<StdType> stdTypes) -
Uses of StdType in org.openurp.edu.program.model
Methods in org.openurp.edu.program.model that return StdType Modifier and Type Method Description StdTypeExecutionPlan. getStdType()StdTypeMajorAlternativeCourse. getStdType()StdTypeProgram. getStdType()Methods in org.openurp.edu.program.model that return types with arguments of type StdType Modifier and Type Method Description Set<StdType>ProgramDocTemplate. getTypes()Methods in org.openurp.edu.program.model with parameters of type StdType Modifier and Type Method Description voidExecutionPlan. setStdType(StdType stdType)voidMajorAlternativeCourse. setStdType(StdType stdType)voidProgram. setStdType(StdType stdType)Method parameters in org.openurp.edu.program.model with type arguments of type StdType Modifier and Type Method Description voidProgramDocTemplate. setTypes(Set<StdType> types)
-