Uses of Enum Class
org.openforis.collect.web.ws.AppWS.MessageType
Packages that use AppWS.MessageType
-
Uses of AppWS.MessageType in org.openforis.collect.web.ws
Methods in org.openforis.collect.web.ws that return AppWS.MessageTypeModifier and TypeMethodDescriptionstatic AppWS.MessageTypeReturns the enum constant of this class with the specified name.static AppWS.MessageType[]AppWS.MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openforis.collect.web.ws with parameters of type AppWS.MessageTypeModifier and TypeMethodDescriptionvoidAppWS.sendMessage(AppWS.MessageType type) voidAppWS.sendMessage(AppWS.MessageType type, int delay) Constructors in org.openforis.collect.web.ws with parameters of type AppWS.MessageType