Uses of Enum Class
de.tudresden.sumo.subscription.ResponseType
-
Uses of ResponseType in de.tudresden.sumo.subscription
Modifier and TypeMethodDescriptionstatic ResponseType
ResponseType.getType
(int response) static ResponseType
Returns the enum constant of this class with the specified name.static ResponseType[]
ResponseType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSubscriptionObject
(String id, ResponseType response, int variable, int status, int return_type, SumoObject object) SubscriptionObject
(String id, ResponseType response, int domain, String name, int variable, int status, int return_type, SumoObject object)