public enum ServiceRequestChangeHistoryAttribute extends java.lang.Enum<ServiceRequestChangeHistoryAttribute> implements ICRMLookupEnum
Enum Constant and Description |
---|
ASSIGNED_UNIT |
ASSIGNED_USER |
CATEGORY |
FINAL_RESOLUTION_CATEGORY |
LIFE_CYCLE_STATE |
RESPONSE_CATEGORY |
STATUS |
TEMPORARY_RESOLUTION_CATEGORY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static ServiceRequestChangeHistoryAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceRequestChangeHistoryAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceRequestChangeHistoryAttribute STATUS
public static final ServiceRequestChangeHistoryAttribute LIFE_CYCLE_STATE
public static final ServiceRequestChangeHistoryAttribute ASSIGNED_UNIT
public static final ServiceRequestChangeHistoryAttribute ASSIGNED_USER
public static final ServiceRequestChangeHistoryAttribute CATEGORY
public static final ServiceRequestChangeHistoryAttribute RESPONSE_CATEGORY
public static final ServiceRequestChangeHistoryAttribute TEMPORARY_RESOLUTION_CATEGORY
public static final ServiceRequestChangeHistoryAttribute FINAL_RESOLUTION_CATEGORY
public static ServiceRequestChangeHistoryAttribute[] values()
for (ServiceRequestChangeHistoryAttribute c : ServiceRequestChangeHistoryAttribute.values()) System.out.println(c);
public static ServiceRequestChangeHistoryAttribute 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