Uses of Enum Class
de.tudresden.sumo.subscription.ResponseType
Packages that use ResponseType
-
Uses of ResponseType in de.tudresden.sumo.subscription
Fields in de.tudresden.sumo.subscription declared as ResponseTypeMethods in de.tudresden.sumo.subscription that return ResponseTypeModifier 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.Constructors in de.tudresden.sumo.subscription with parameters of type ResponseTypeModifierConstructorDescriptionSubscriptionObject
(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)