com.sforce.soap.metadata
Enum DashboardComponentType

java.lang.Object
  extended by java.lang.Enum<DashboardComponentType>
      extended by com.sforce.soap.metadata.DashboardComponentType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DashboardComponentType>

public enum DashboardComponentType
extends java.lang.Enum<DashboardComponentType>

Generated enum, please do not edit.


Enum Constant Summary
Bar
          Enumeration : Bar
BarGrouped
          Enumeration : BarGrouped
BarStacked
          Enumeration : BarStacked
BarStacked100
          Enumeration : BarStacked100
Column
          Enumeration : Column
ColumnGrouped
          Enumeration : ColumnGrouped
ColumnStacked
          Enumeration : ColumnStacked
ColumnStacked100
          Enumeration : ColumnStacked100
Donut
          Enumeration : Donut
Funnel
          Enumeration : Funnel
Gauge
          Enumeration : Gauge
Line
          Enumeration : Line
LineCumulative
          Enumeration : LineCumulative
LineGrouped
          Enumeration : LineGrouped
LineGroupedCumulative
          Enumeration : LineGroupedCumulative
Metric
          Enumeration : Metric
Pie
          Enumeration : Pie
Scontrol
          Enumeration : Scontrol
Table
          Enumeration : Table
VisualforcePage
          Enumeration : VisualforcePage
 
Method Summary
static DashboardComponentType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DashboardComponentType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Bar

public static final DashboardComponentType Bar
Enumeration : Bar


BarGrouped

public static final DashboardComponentType BarGrouped
Enumeration : BarGrouped


BarStacked

public static final DashboardComponentType BarStacked
Enumeration : BarStacked


BarStacked100

public static final DashboardComponentType BarStacked100
Enumeration : BarStacked100


Column

public static final DashboardComponentType Column
Enumeration : Column


ColumnGrouped

public static final DashboardComponentType ColumnGrouped
Enumeration : ColumnGrouped


ColumnStacked

public static final DashboardComponentType ColumnStacked
Enumeration : ColumnStacked


ColumnStacked100

public static final DashboardComponentType ColumnStacked100
Enumeration : ColumnStacked100


Line

public static final DashboardComponentType Line
Enumeration : Line


LineGrouped

public static final DashboardComponentType LineGrouped
Enumeration : LineGrouped


Pie

public static final DashboardComponentType Pie
Enumeration : Pie


Table

public static final DashboardComponentType Table
Enumeration : Table


Metric

public static final DashboardComponentType Metric
Enumeration : Metric


Gauge

public static final DashboardComponentType Gauge
Enumeration : Gauge


LineCumulative

public static final DashboardComponentType LineCumulative
Enumeration : LineCumulative


LineGroupedCumulative

public static final DashboardComponentType LineGroupedCumulative
Enumeration : LineGroupedCumulative


Scontrol

public static final DashboardComponentType Scontrol
Enumeration : Scontrol


VisualforcePage

public static final DashboardComponentType VisualforcePage
Enumeration : VisualforcePage


Donut

public static final DashboardComponentType Donut
Enumeration : Donut


Funnel

public static final DashboardComponentType Funnel
Enumeration : Funnel

Method Detail

values

public static DashboardComponentType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (DashboardComponentType c : DashboardComponentType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DashboardComponentType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2011. All Rights Reserved.