com.sforce.soap.metadata
Enum ReportTypeCategory

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

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

Generated enum, please do not edit.


Enum Constant Summary
accounts
          Enumeration : accounts
activities
          Enumeration : activities
admin
          Enumeration : admin
busop
          Enumeration : busop
campaigns
          Enumeration : campaigns
cases
          Enumeration : cases
content
          Enumeration : content
forecasts
          Enumeration : forecasts
leads
          Enumeration : leads
opportunities
          Enumeration : opportunities
other
          Enumeration : other
products
          Enumeration : products
territory
          Enumeration : territory
 
Method Summary
static ReportTypeCategory valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReportTypeCategory[] 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

accounts

public static final ReportTypeCategory accounts
Enumeration : accounts


opportunities

public static final ReportTypeCategory opportunities
Enumeration : opportunities


forecasts

public static final ReportTypeCategory forecasts
Enumeration : forecasts


cases

public static final ReportTypeCategory cases
Enumeration : cases


leads

public static final ReportTypeCategory leads
Enumeration : leads


campaigns

public static final ReportTypeCategory campaigns
Enumeration : campaigns


activities

public static final ReportTypeCategory activities
Enumeration : activities


busop

public static final ReportTypeCategory busop
Enumeration : busop


products

public static final ReportTypeCategory products
Enumeration : products


admin

public static final ReportTypeCategory admin
Enumeration : admin


territory

public static final ReportTypeCategory territory
Enumeration : territory


other

public static final ReportTypeCategory other
Enumeration : other


content

public static final ReportTypeCategory content
Enumeration : content

Method Detail

values

public static ReportTypeCategory[] 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 (ReportTypeCategory c : ReportTypeCategory.values())
    System.out.println(c);

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

valueOf

public static ReportTypeCategory 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.