Uses of Class
com.mdfromhtml.core.MDfromHTMLIPCVerbs
-
Packages that use MDfromHTMLIPCVerbs Package Description com.mdfromhtml.core -
-
Uses of MDfromHTMLIPCVerbs in com.mdfromhtml.core
Methods in com.mdfromhtml.core that return MDfromHTMLIPCVerbs Modifier and Type Method Description static MDfromHTMLIPCVerbsMDfromHTMLIPCVerbs. fromName(String name)static MDfromHTMLIPCVerbsMDfromHTMLIPCVerbs. fromValue(int value)MDfromHTMLIPCVerbsIMDfromHTMLIPCMessage. getVerb()Retrieve the enumerated value associated with this messageMDfromHTMLIPCVerbsMDfromHTMLIPCMessage. getVerb()static MDfromHTMLIPCVerbsMDfromHTMLIPCVerbs. valueOf(String name)Returns the enum constant of this type with the specified name.static MDfromHTMLIPCVerbs[]MDfromHTMLIPCVerbs. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.mdfromhtml.core with parameters of type MDfromHTMLIPCVerbs Constructor Description MDfromHTMLIPCMessage(String publisherName, MDfromHTMLID sessionID, MDfromHTMLIPCApplications appl, String topic, String type, MDfromHTMLIPCVerbs verb, MDfromHTMLID userID, byte[] message)Constructor.MDfromHTMLIPCMessage(String publisherName, MDfromHTMLID sessionID, MDfromHTMLIPCApplications appl, String topic, String type, MDfromHTMLIPCVerbs verb, MDfromHTMLID userID, com.api.json.JSONObject message)Constructor.
-