com.sap.tc.webdynpro.progmodel.repository.enum
Class WDInboundPlugTypeEnumInfo
java.lang.Object
|
+--com.sap.tc.webdynpro.progmodel.repository.enum.WDInboundPlugTypeEnumInfo
- public class WDInboundPlugTypeEnumInfo
- extends java.lang.Object
Enumeration for inbound 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 WDInboundPlugTypeEnumInfo |
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 |
STANDARD
public static final WDInboundPlugTypeEnumInfo STANDARD
- Default type of inbound plugs.
STARTUP
public static final WDInboundPlugTypeEnumInfo STARTUP
- Inbound plugs of type STARTUP can be used to start an application.
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 WDInboundPlugTypeEnumInfo 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