com.sap.tc.webdynpro.progmodel.repository.enum
Class WDComponentLifecycleEnumInfo
java.lang.Object
|
+--com.sap.tc.webdynpro.progmodel.repository.enum.WDComponentLifecycleEnumInfo
- public class WDComponentLifecycleEnumInfo
- extends java.lang.Object
Enumeration for component lifecycle control values.
|
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 WDComponentLifecycleEnumInfo |
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 |
MANUAL
public static final WDComponentLifecycleEnumInfo MANUAL
- Manually create and delete component instances.
CREATE_ON_DEMAND
public static final WDComponentLifecycleEnumInfo CREATE_ON_DEMAND
- A component instance is automatically created on the first time it is
required if it has not been created manually before.
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 WDComponentLifecycleEnumInfo 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