public enum Opportunity_ForecastCategoryEnum extends Enum<Opportunity_ForecastCategoryEnum>
| Enum Constant and Description |
|---|
BESTCASE |
CLOSED |
FORECAST |
OMITTED |
PIPELINE |
| Modifier and Type | Method and Description |
|---|---|
static Opportunity_ForecastCategoryEnum |
fromValue(String value) |
String |
value() |
static Opportunity_ForecastCategoryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Opportunity_ForecastCategoryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Opportunity_ForecastCategoryEnum BESTCASE
public static final Opportunity_ForecastCategoryEnum CLOSED
public static final Opportunity_ForecastCategoryEnum FORECAST
public static final Opportunity_ForecastCategoryEnum OMITTED
public static final Opportunity_ForecastCategoryEnum PIPELINE
public static Opportunity_ForecastCategoryEnum[] values()
for (Opportunity_ForecastCategoryEnum c : Opportunity_ForecastCategoryEnum.values()) System.out.println(c);
public static Opportunity_ForecastCategoryEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static Opportunity_ForecastCategoryEnum fromValue(String value)
Copyright © 2017. All rights reserved.