com.sap.ip.collaboration.gw.api.enum
Class TransportType
java.lang.Object
|
+--com.sap.ip.collaboration.gw.api.enum.AbstractEnum
|
+--com.sap.ip.collaboration.gw.api.enum.TransportType
- All Implemented Interfaces:
- java.io.Serializable
- public class TransportType
- extends AbstractEnum
Enumeration class for different transport types.
Copyright (c) SAP 2002
- Version:
- $Revision: 1.0$
- See Also:
- Serialized Form
|
Constructor Summary |
private |
TransportType(java.lang.String value)
|
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
BOTH
public static final TransportType BOTH
- Both read and send transport
instances
private static java.util.Map instances
READ
public static final TransportType READ
- Read transport
SEND
public static final TransportType SEND
- Send transport
TransportType
private TransportType(java.lang.String value)
getEnumByString
public static TransportType getEnumByString(java.lang.String value)
stringValues
public static java.util.Iterator stringValues()