Uses of Enum Class
de.tudresden.sumo.subscription.ResponseType
Packages that use ResponseType
- 
Uses of ResponseType in de.tudresden.sumo.subscriptionFields in de.tudresden.sumo.subscription declared as ResponseTypeMethods in de.tudresden.sumo.subscription that return ResponseTypeModifier and TypeMethodDescriptionstatic ResponseTypeResponseType.getType(int response) static ResponseTypeReturns 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)