Web Dynpro API Documentation

com.sap.tc.webdynpro.services.message
Class WDMessageType

java.lang.Object
  |
  +--com.sap.tc.webdynpro.services.message.WDMessageType

public final class WDMessageType
extends java.lang.Object

Enumeration of client message types. This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!


Field Summary
static WDMessageType ERROR
          Error message.
static WDMessageType STANDARD
          Informational message.
static WDMessageType WARNING
          Warning message.
 
Method Summary
static java.util.Iterator iterateValues()
          Returns an iterator over the enumeration values.
 java.lang.String toString()
          Returns string representation of enumeration value.
static WDMessageType valueOf(java.lang.String s)
          Returns the enumeration value for the given string representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERROR

public static final WDMessageType ERROR
Error message.

STANDARD

public static final WDMessageType STANDARD
Informational message.

WARNING

public static final WDMessageType WARNING
Warning message.
Method Detail

toString

public java.lang.String toString()
Returns string representation of enumeration value.
Overrides:
toString in class java.lang.Object

valueOf

public static WDMessageType valueOf(java.lang.String s)
Returns the enumeration value for the given string representation. Ignores case.

iterateValues

public static java.util.Iterator iterateValues()
Returns an iterator over the enumeration values.

Web Dynpro API Documentation

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