Uses of Class
org.openforis.collect.web.ws.AppWS.MessageType
-
Packages that use AppWS.MessageType Package Description org.openforis.collect.web.ws -
-
Uses of AppWS.MessageType in org.openforis.collect.web.ws
Methods in org.openforis.collect.web.ws that return AppWS.MessageType Modifier and Type Method Description static AppWS.MessageTypeAppWS.MessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppWS.MessageType[]AppWS.MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openforis.collect.web.ws with parameters of type AppWS.MessageType Modifier and Type Method Description voidAppWS. sendMessage(AppWS.MessageType type)voidAppWS. sendMessage(AppWS.MessageType type, int delay)Constructors in org.openforis.collect.web.ws with parameters of type AppWS.MessageType Constructor Description SurveyMessage(AppWS.MessageType messageType, int surveyId)
-