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