Web Dynpro API Documentation

com.sap.tc.webdynpro.progmodel.repository.enum
Class WDControllerTypeEnumInfo

java.lang.Object
  |
  +--com.sap.tc.webdynpro.progmodel.repository.enum.WDControllerTypeEnumInfo

public class WDControllerTypeEnumInfo
extends java.lang.Object

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

COMPONENT

public static final WDControllerTypeEnumInfo COMPONENT
Component controller.

COMPONENT_CONFIGURATION

public static final WDControllerTypeEnumInfo COMPONENT_CONFIGURATION
Component configuration controller.

COMPONENT_INTERFACE

public static final WDControllerTypeEnumInfo COMPONENT_INTERFACE
Component interface controller.

CUSTOM

public static final WDControllerTypeEnumInfo CUSTOM
Custom controller.

INTERFACE_VIEW

public static final WDControllerTypeEnumInfo INTERFACE_VIEW
Interface view controller.

VIEW

public static final WDControllerTypeEnumInfo VIEW
View controller.
Method Detail

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 WDControllerTypeEnumInfo 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

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15