public enum ServiceRequestCommunicationState extends java.lang.Enum<ServiceRequestCommunicationState> implements ICRMLookupEnum
Enum Constant and Description |
---|
ON_CLOSE |
ON_CREATE |
ON_FINAL_RESOLVE |
ON_RESPOND |
ON_TEMPORARY_RESOLVE |
ON_UPDATE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static ServiceRequestCommunicationState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceRequestCommunicationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceRequestCommunicationState ON_CREATE
public static final ServiceRequestCommunicationState ON_RESPOND
public static final ServiceRequestCommunicationState ON_TEMPORARY_RESOLVE
public static final ServiceRequestCommunicationState ON_FINAL_RESOLVE
public static final ServiceRequestCommunicationState ON_CLOSE
public static final ServiceRequestCommunicationState ON_UPDATE
public static ServiceRequestCommunicationState[] values()
for (ServiceRequestCommunicationState c : ServiceRequestCommunicationState.values()) System.out.println(c);
public static ServiceRequestCommunicationState 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