public static enum ContactIntel.ContactState extends java.lang.Enum<ContactIntel.ContactState>
| Enum Constant and Description |
|---|
LOST_CONTACT |
LOST_CONTACT_DECIV |
NON_PRIORITY |
POTENTIAL |
PRIORITY |
SUSPENDED |
| Modifier and Type | Method and Description |
|---|---|
static ContactIntel.ContactState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContactIntel.ContactState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContactIntel.ContactState POTENTIAL
public static final ContactIntel.ContactState NON_PRIORITY
public static final ContactIntel.ContactState PRIORITY
public static final ContactIntel.ContactState SUSPENDED
public static final ContactIntel.ContactState LOST_CONTACT_DECIV
public static final ContactIntel.ContactState LOST_CONTACT
public static ContactIntel.ContactState[] values()
for (ContactIntel.ContactState c : ContactIntel.ContactState.values()) System.out.println(c);
public static ContactIntel.ContactState 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 null