public static enum KiuwanRecorder.ChangeRequestStatusType extends Enum<KiuwanRecorder.ChangeRequestStatusType>
| Enum Constant and Description |
|---|
INPROGRESS |
RESOLVED |
| Modifier and Type | Method and Description |
|---|---|
static KiuwanRecorder.ChangeRequestStatusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KiuwanRecorder.ChangeRequestStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KiuwanRecorder.ChangeRequestStatusType RESOLVED
public static final KiuwanRecorder.ChangeRequestStatusType INPROGRESS
public static KiuwanRecorder.ChangeRequestStatusType[] values()
for (KiuwanRecorder.ChangeRequestStatusType c : KiuwanRecorder.ChangeRequestStatusType.values()) System.out.println(c);
public static KiuwanRecorder.ChangeRequestStatusType 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 nullCopyright © 2004-2018. All Rights Reserved.