Uses of Class
com.mdfromhtml.core.MDfromHTMLIPCApplications
-
Packages that use MDfromHTMLIPCApplications Package Description com.mdfromhtml.core -
-
Uses of MDfromHTMLIPCApplications in com.mdfromhtml.core
Methods in com.mdfromhtml.core that return MDfromHTMLIPCApplications Modifier and Type Method Description static MDfromHTMLIPCApplicationsMDfromHTMLIPCApplications. fromName(String name)static MDfromHTMLIPCApplicationsMDfromHTMLIPCApplications. fromValue(int value)MDfromHTMLIPCApplicationsIMDfromHTMLIPCMessage. getApplication()MDfromHTMLIPCApplicationsMDfromHTMLIPCMessage. getApplication()static MDfromHTMLIPCApplicationsMDfromHTMLIPCApplications. valueOf(String name)Returns the enum constant of this type with the specified name.static MDfromHTMLIPCApplications[]MDfromHTMLIPCApplications. 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 MDfromHTMLIPCApplications 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.
-