|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ReportTypeCategory>
com.sforce.soap.metadata.ReportTypeCategory
public 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 |
|---|
public static final ReportTypeCategory accounts
public static final ReportTypeCategory opportunities
public static final ReportTypeCategory forecasts
public static final ReportTypeCategory cases
public static final ReportTypeCategory leads
public static final ReportTypeCategory campaigns
public static final ReportTypeCategory activities
public static final ReportTypeCategory busop
public static final ReportTypeCategory products
public static final ReportTypeCategory admin
public static final ReportTypeCategory territory
public static final ReportTypeCategory other
public static final ReportTypeCategory content
| Method Detail |
|---|
public static ReportTypeCategory[] values()
for (ReportTypeCategory c : ReportTypeCategory.values()) System.out.println(c);
public static ReportTypeCategory valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||