Uses of Class
org.powertac.visualizer.web.dto.Message.Type
| Package | Description |
|---|---|
| org.powertac.visualizer.web.dto |
-
Uses of Message.Type in org.powertac.visualizer.web.dto
Methods in org.powertac.visualizer.web.dto that return Message.Type Modifier and Type Method Description Message.TypeMessage. getType()static Message.TypeMessage.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Message.Type[]Message.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.powertac.visualizer.web.dto with parameters of type Message.Type Modifier and Type Method Description voidMessage. setType(Message.Type type)Constructors in org.powertac.visualizer.web.dto with parameters of type Message.Type Constructor Description Message(Message.Type type, String gameName, Object message)