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