Web Dynpro API Documentation

com.sap.tc.webdynpro.clientserver.uielib.pattern.api
Class WDPatternContainerDesign

java.lang.Object
  |
  +--com.sap.tc.webdynpro.clientserver.uielib.pattern.api.WDPatternContainerDesign

public final class WDPatternContainerDesign
extends java.lang.Object

Enumeration type WDPatternContainerDesign. Defines the visual design of a PatternContainer.

This type can be called by applications using Web Dynpro, but DO NOT EXTEND IT!


Field Summary
static WDPatternContainerDesign FILL
          Filled background color
static WDPatternContainerDesign PLAIN
          Light background color (default)
static WDPatternContainerDesign TRANSPARENT
          No background color
 
Method Summary
static java.util.Iterator iterateValues()
          Returns an iterator over the values of the WDPatternContainerDesign type.
 int ordinal()
          Returns the ordinal of this enumeration value (its position in its enum declaration, where the first value is assigned an ordinal of zero).
 java.lang.String toString()
          Returns the string representation of this enumeration value.
static WDPatternContainerDesign valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDPatternContainerDesign valueOf(java.lang.String name)
          Returns the enumeration value for the given name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLAIN

public static final WDPatternContainerDesign PLAIN
Light background color (default)

TRANSPARENT

public static final WDPatternContainerDesign TRANSPARENT
No background color

FILL

public static final WDPatternContainerDesign FILL
Filled background color
Method Detail

ordinal

public int ordinal()
Returns the ordinal of this enumeration value (its position in its enum declaration, where the first value is assigned an ordinal of zero). Most programmers will have no use for this method. It is designed for use by sophisticated enum-based data structures.
Returns:
the ordinal of this enumeration value

toString

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

valueOf

public static WDPatternContainerDesign valueOf(int ordinal)
Returns the enumeration value for the given ordinal.
Parameters:
ordinal - an ordinal
Returns:
the enumeration value for the given ordinal

valueOf

public static WDPatternContainerDesign valueOf(java.lang.String name)
Returns the enumeration value for the given name. Ignores case.
Parameters:
name - a name
Returns:
the enumeration value for the given name

iterateValues

public static java.util.Iterator iterateValues()
Returns an iterator over the values of the WDPatternContainerDesign type.
Returns:
a read-only iterator over the values of this enumeration type

Web Dynpro API Documentation

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