Uses of Enum Class
org.apache.openmeetings.db.entity.room.RoomPoll.Type
Packages that use RoomPoll.Type
-
Uses of RoomPoll.Type in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return RoomPoll.TypeMethods in org.apache.openmeetings.db.bind.adapter with parameters of type RoomPoll.Type -
Uses of RoomPoll.Type in org.apache.openmeetings.db.entity.room
Methods in org.apache.openmeetings.db.entity.room that return RoomPoll.TypeModifier and TypeMethodDescriptionstatic RoomPoll.TypeRoomPoll.Type.get(int type) static RoomPoll.Typestatic RoomPoll.TypeRoomPoll.getType()static RoomPoll.TypeReturns the enum constant of this class with the specified name.static RoomPoll.Type[]RoomPoll.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.openmeetings.db.entity.room with parameters of type RoomPoll.Type