Uses of Enum Class
org.apache.openmeetings.db.util.ws.RoomMessage.Type
Packages that use RoomMessage.Type
-
Uses of RoomMessage.Type in org.apache.openmeetings.db.util.ws
Methods in org.apache.openmeetings.db.util.ws that return RoomMessage.TypeModifier and TypeMethodDescriptionRoomMessage.getType()static RoomMessage.TypeReturns the enum constant of this class with the specified name.static RoomMessage.Type[]RoomMessage.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.openmeetings.db.util.ws with parameters of type RoomMessage.TypeModifierConstructorDescriptionRoomMessage(Long roomId, Client c, RoomMessage.Type type) RoomMessage(Long roomId, User u, RoomMessage.Type type) TextRoomMessage(Long roomId, Client client, RoomMessage.Type type, String text) TextRoomMessage(Long roomId, User u, RoomMessage.Type type, String text)