com.sap.tc.webdynpro.progmodel.repository.enum
Class WDViewLifespanEnumInfo
java.lang.Object
|
+--com.sap.tc.webdynpro.progmodel.repository.enum.WDViewLifespanEnumInfo
- public class WDViewLifespanEnumInfo
- extends java.lang.Object
Enumeration for view 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 WDViewLifespanEnumInfo |
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 |
FRAMEWORK_CONTROLLED
public static final WDViewLifespanEnumInfo FRAMEWORK_CONTROLLED
- A view instance is created like for
WHEN_VISIBLE and deleted on a
point in time decided by the Web Dynpro framework (but not before it would
be deleted in case of WHEN_VISIBLE.
WHEN_VISIBLE
public static final WDViewLifespanEnumInfo WHEN_VISIBLE
- A view instance is created when it gets part of the view assembly and is
deleted, if it is no longer part of the view assembly.
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 WDViewLifespanEnumInfo 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