com.sap.tc.webdynpro.progmodel.repository.enum
Class WDOutboundPlugTypeEnumInfo
java.lang.Object
|
+--com.sap.tc.webdynpro.progmodel.repository.enum.WDOutboundPlugTypeEnumInfo
- public class WDOutboundPlugTypeEnumInfo
- extends java.lang.Object
Enumeration for outbound plug types.
|
Method Summary |
static java.util.Enumeration |
enumerate()
Returns an enumeration of the legal values of this enerumeration type. |
java.lang.String |
toString()
Returns the string representation for this enumeration value. |
static WDOutboundPlugTypeEnumInfo |
valueOf(java.lang.String string)
Returns the enumeration value corresponding to the given string
representation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EXIT
public static final WDOutboundPlugTypeEnumInfo EXIT
- Outbound plugs of type exit can be used to exit applications.
STANDARD
public static final WDOutboundPlugTypeEnumInfo STANDARD
- Default type of outbound plugs.
enumerate
public static java.util.Enumeration enumerate()
- Returns an enumeration of the legal values of this enerumeration type.
- Returns:
- an enumeration of the legal values of this enerumeration type
toString
public java.lang.String toString()
- Returns the string representation for this enumeration value.
- Overrides:
toString in class java.lang.Object
- Returns:
- the string representation for this enumeration value.
valueOf
public static WDOutboundPlugTypeEnumInfo valueOf(java.lang.String string)
- Returns the enumeration value corresponding to the given string
representation.
- Parameters:
string - string representation of an enumeration value- Returns:
- the enumeration value corrseponding to the given string
representation or null if it does not exist
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15