com.sap.tc.webdynpro.clientserver.uielib.graphics.api

Class WDBusinessGraphicsType

java.lang.Object
  extended bycom.sap.tc.webdynpro.clientserver.uielib.graphics.api.WDBusinessGraphicsType

public final class WDBusinessGraphicsType
extends Object

Enumeration type WDBusinessGraphicsType. Defines the types of a business graphics chart. For a description of the individual types please refer to the documentation of the IGS framework.

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

Type Classification Type Classification:

This class is part of the Web Dynpro API, so applications may reference it or call any method of this type, but they must not subclass it.

For a detailed explanation of API classification see the Web Dynpro Compatibility Guide

Field Summary
static WDBusinessGraphicsType AREA
           
static WDBusinessGraphicsType BARS
           
static WDBusinessGraphicsType COLUMNS
           
static WDBusinessGraphicsType DOUGHNUT
           
static WDBusinessGraphicsType GANTT
           
static WDBusinessGraphicsType LINES
           
static WDBusinessGraphicsType MTA
           
static WDBusinessGraphicsType PIE
           
static WDBusinessGraphicsType PIPELINE
           
static WDBusinessGraphicsType POLAR
           
static WDBusinessGraphicsType PORTFOLIO
           
static WDBusinessGraphicsType PROFILE_AREA
           
static WDBusinessGraphicsType PROFILES
           
static WDBusinessGraphicsType RADAR
           
static WDBusinessGraphicsType SCATTER
           
static WDBusinessGraphicsType SPEEDOMETER
           
static WDBusinessGraphicsType SPLIT_PIE
           
static WDBusinessGraphicsType STACKED_AREA
           
static WDBusinessGraphicsType STACKED_BARS
           
static WDBusinessGraphicsType STACKED_COLUMNS
           
static WDBusinessGraphicsType STACKED_LINES
           
static WDBusinessGraphicsType STACKED_PROFILE_AREA
           
static WDBusinessGraphicsType STACKED_PROFILES
           
static WDBusinessGraphicsType STACKED_RADAR
           
static WDBusinessGraphicsType TIME_SCATTER
           
 
Method Summary
static Iterator iterateValues()
          Returns an iterator over the values of the WDBusinessGraphicsType 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).
 String toString()
          Returns the string representation of this enumeration value.
static WDBusinessGraphicsType valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDBusinessGraphicsType valueOf(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

AREA

public static final WDBusinessGraphicsType AREA


BARS

public static final WDBusinessGraphicsType BARS


COLUMNS

public static final WDBusinessGraphicsType COLUMNS


DOUGHNUT

public static final WDBusinessGraphicsType DOUGHNUT


GANTT

public static final WDBusinessGraphicsType GANTT


LINES

public static final WDBusinessGraphicsType LINES


PIE

public static final WDBusinessGraphicsType PIE


PIPELINE

public static final WDBusinessGraphicsType PIPELINE


POLAR

public static final WDBusinessGraphicsType POLAR


PORTFOLIO

public static final WDBusinessGraphicsType PORTFOLIO


PROFILE_AREA

public static final WDBusinessGraphicsType PROFILE_AREA


PROFILES

public static final WDBusinessGraphicsType PROFILES


RADAR

public static final WDBusinessGraphicsType RADAR


SCATTER

public static final WDBusinessGraphicsType SCATTER


SPEEDOMETER

public static final WDBusinessGraphicsType SPEEDOMETER


SPLIT_PIE

public static final WDBusinessGraphicsType SPLIT_PIE


STACKED_AREA

public static final WDBusinessGraphicsType STACKED_AREA


STACKED_BARS

public static final WDBusinessGraphicsType STACKED_BARS


STACKED_COLUMNS

public static final WDBusinessGraphicsType STACKED_COLUMNS


STACKED_LINES

public static final WDBusinessGraphicsType STACKED_LINES


STACKED_PROFILE_AREA

public static final WDBusinessGraphicsType STACKED_PROFILE_AREA


STACKED_PROFILES

public static final WDBusinessGraphicsType STACKED_PROFILES


STACKED_RADAR

public static final WDBusinessGraphicsType STACKED_RADAR


TIME_SCATTER

public static final WDBusinessGraphicsType TIME_SCATTER


MTA

public static final WDBusinessGraphicsType MTA

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 String toString()
Returns the string representation of this enumeration value.

Returns:
the string value of this enumeration value

valueOf

public static WDBusinessGraphicsType 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 WDBusinessGraphicsType valueOf(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 Iterator iterateValues()
Returns an iterator over the values of the WDBusinessGraphicsType type.

Returns:
a read-only iterator over the values of this enumeration type


Copyright 2006 SAP AG Complete Copyright Notice