public enum SFReportObjectType extends java.lang.Enum<SFReportObjectType>
| Modifier and Type | Method and Description |
|---|---|
static SFReportObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFReportObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFReportObjectType Account
public static final SFReportObjectType Folder
public static final SFReportObjectType User
public static SFReportObjectType[] values()
for (SFReportObjectType c : SFReportObjectType.values()) System.out.println(c);
public static SFReportObjectType 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 namejava.lang.NullPointerException - if the argument is null