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.Type
RoomPoll.Type.get
(int type) static RoomPoll.Type
static RoomPoll.Type
RoomPoll.getType()
static RoomPoll.Type
Returns 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