Uses of Class
com.plannaplan.types.GroupType
| Package | Description |
|---|---|
| com.plannaplan.entities |
Provides all entieites that are created in database by Hibernate
|
| com.plannaplan.types |
Provides enums for different goals.
|
-
Uses of GroupType in com.plannaplan.entities
Methods in com.plannaplan.entities that return GroupType Modifier and Type Method Description GroupTypeGroups. getType()GroupTypeMethods in com.plannaplan.entities with parameters of type GroupType Modifier and Type Method Description voidGroups. setType(GroupType type)setTypevoidGroups. update(java.lang.Integer capacity, java.lang.String room, Course course, java.lang.Integer time, java.lang.Integer endTime, WeekDay day, Lecturer lecturer, GroupType type)Updates given values other that are not nullConstructors in com.plannaplan.entities with parameters of type GroupType Constructor Description Groups(int capacity, java.lang.String room, Course course, int time, int endTime, WeekDay day, Lecturer lecturer, java.lang.Integer zajCykId, java.lang.Integer grNr, GroupType type)GroupsGroups(int capacity, java.lang.String room, Course course, int time, WeekDay day, Lecturer lecturer, java.lang.Integer zajCykId, java.lang.Integer grNr, GroupType type)Groups -
Uses of GroupType in com.plannaplan.types
Methods in com.plannaplan.types that return GroupType Modifier and Type Method Description static GroupTypeGroupType. getType(java.lang.String type)static GroupTypeGroupType. isLectureOrClass(GroupType type)static GroupTypeGroupType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GroupType[]GroupType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.plannaplan.types with parameters of type GroupType Modifier and Type Method Description static GroupTypeGroupType. isLectureOrClass(GroupType type)