|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.tc.webdynpro.progmodel.repository.enum.WDControllerTypeEnumInfo
Enumeration for controller types.
| Field Summary | |
static WDControllerTypeEnumInfo |
COMPONENT
Component controller. |
static WDControllerTypeEnumInfo |
COMPONENT_CONFIGURATION
Component configuration controller. |
static WDControllerTypeEnumInfo |
COMPONENT_INTERFACE
Component interface controller. |
static WDControllerTypeEnumInfo |
CUSTOM
Custom controller. |
static WDControllerTypeEnumInfo |
INTERFACE_VIEW
Interface view controller. |
static WDControllerTypeEnumInfo |
VIEW
View controller. |
| 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 WDControllerTypeEnumInfo |
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 |
| Field Detail |
public static final WDControllerTypeEnumInfo COMPONENT
public static final WDControllerTypeEnumInfo COMPONENT_CONFIGURATION
public static final WDControllerTypeEnumInfo COMPONENT_INTERFACE
public static final WDControllerTypeEnumInfo CUSTOM
public static final WDControllerTypeEnumInfo INTERFACE_VIEW
public static final WDControllerTypeEnumInfo VIEW
| Method Detail |
public static java.util.Enumeration enumerate()
public java.lang.String toString()
toString in class java.lang.Objectpublic static WDControllerTypeEnumInfo valueOf(java.lang.String string)
string - string representation of an enumeration value
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||