Uses of Class
org.somda.sdc.dpws.CommunicationLog.MessageType
-
Packages that use CommunicationLog.MessageType Package Description org.somda.sdc.dpws Contains a DPWS implementation. -
-
Uses of CommunicationLog.MessageType in org.somda.sdc.dpws
Methods in org.somda.sdc.dpws that return CommunicationLog.MessageType Modifier and Type Method Description static CommunicationLog.MessageTypeCommunicationLog.MessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommunicationLog.MessageType[]CommunicationLog.MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-