public enum PresentmentMethod extends java.lang.Enum<PresentmentMethod> implements ICRMLookupEnum
Enum Constant and Description |
---|
CUSTOM1 |
CUSTOM2 |
CUSTOM3 |
CUSTOM4 |
EMAIL |
F2F |
OTHER |
POST |
SMS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static PresentmentMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PresentmentMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresentmentMethod POST
public static final PresentmentMethod EMAIL
public static final PresentmentMethod SMS
public static final PresentmentMethod F2F
public static final PresentmentMethod OTHER
public static final PresentmentMethod CUSTOM1
public static final PresentmentMethod CUSTOM2
public static final PresentmentMethod CUSTOM3
public static final PresentmentMethod CUSTOM4
public static PresentmentMethod[] values()
for (PresentmentMethod c : PresentmentMethod.values()) System.out.println(c);
public static PresentmentMethod 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 nullpublic java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum