public enum OpportunityStage_ForecastCategoryEnum extends Enum<OpportunityStage_ForecastCategoryEnum>
| Enum Constant and Description |
|---|
BESTCASE |
CLOSED |
FORECAST |
OMITTED |
PIPELINE |
| Modifier and Type | Method and Description |
|---|---|
static OpportunityStage_ForecastCategoryEnum |
fromValue(String value) |
String |
value() |
static OpportunityStage_ForecastCategoryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpportunityStage_ForecastCategoryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpportunityStage_ForecastCategoryEnum BESTCASE
public static final OpportunityStage_ForecastCategoryEnum CLOSED
public static final OpportunityStage_ForecastCategoryEnum FORECAST
public static final OpportunityStage_ForecastCategoryEnum OMITTED
public static final OpportunityStage_ForecastCategoryEnum PIPELINE
public static OpportunityStage_ForecastCategoryEnum[] values()
for (OpportunityStage_ForecastCategoryEnum c : OpportunityStage_ForecastCategoryEnum.values()) System.out.println(c);
public static OpportunityStage_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 OpportunityStage_ForecastCategoryEnum fromValue(String value)
Copyright © 2017. All rights reserved.