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

Inner classes inherited from class com.sap.ip.collaboration.gw.api.enum.AbstractEnum
AbstractEnum.StringIterator
 
Field Summary
static TransportType BOTH
          Both read and send transport
private static java.util.Map instances
           
static TransportType READ
          Read transport
static TransportType SEND
          Send transport
 
Fields inherited from class com.sap.ip.collaboration.gw.api.enum.AbstractEnum
value
 
Constructor Summary
private TransportType(java.lang.String value)
           
 
Method Summary
static TransportType getEnumByString(java.lang.String value)
           
static java.util.Iterator stringValues()
           
 
Methods inherited from class com.sap.ip.collaboration.gw.api.enum.AbstractEnum
getStringValue, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

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
Constructor Detail

TransportType

private TransportType(java.lang.String value)
Method Detail

getEnumByString

public static TransportType getEnumByString(java.lang.String value)

stringValues

public static java.util.Iterator stringValues()