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