Uses of Class
org.apache.openmeetings.db.entity.room.RoomPoll.Type
-
Packages that use RoomPoll.Type Package Description org.apache.openmeetings.db.bind.adapter org.apache.openmeetings.db.entity.room -
-
Uses of RoomPoll.Type in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return RoomPoll.Type Modifier and Type Method Description RoomPoll.TypePollTypeAdapter. unmarshal(String v)Methods in org.apache.openmeetings.db.bind.adapter with parameters of type RoomPoll.Type Modifier and Type Method Description StringPollTypeAdapter. marshal(RoomPoll.Type v) -
Uses of RoomPoll.Type in org.apache.openmeetings.db.entity.room
Methods in org.apache.openmeetings.db.entity.room that return RoomPoll.Type Modifier and Type Method Description static RoomPoll.TypeRoomPoll.Type. get(int type)static RoomPoll.TypeRoomPoll.Type. get(Integer type)static RoomPoll.TypeRoomPoll.Type. get(Long type)RoomPoll.TypeRoomPoll. getType()static RoomPoll.TypeRoomPoll.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RoomPoll.Type[]RoomPoll.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openmeetings.db.entity.room with parameters of type RoomPoll.Type Modifier and Type Method Description voidRoomPoll. setType(RoomPoll.Type type)
-