public enum ProjectChangeOrderDocumentStatus extends Enum<ProjectChangeOrderDocumentStatus>
Enum Constant and Description |
---|
PROCESSED_WHEN_APPROVED |
PROCESSED_WHEN_PENDING |
PROCESSED_WHEN_UNAPPROVED |
RECORD_SAVED_AGAIN_AFTER_IT_HAS_ALREADY_BEEN_APPROVED_AND_PROCESSED |
UNPROCESSED_WHEN_APPROVED |
UNPROCESSED_WHEN_PENDING_OR_UNAPPROVED |
Modifier and Type | Method and Description |
---|---|
static ProjectChangeOrderDocumentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectChangeOrderDocumentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectChangeOrderDocumentStatus PROCESSED_WHEN_PENDING
public static final ProjectChangeOrderDocumentStatus UNPROCESSED_WHEN_PENDING_OR_UNAPPROVED
public static final ProjectChangeOrderDocumentStatus PROCESSED_WHEN_UNAPPROVED
public static final ProjectChangeOrderDocumentStatus UNPROCESSED_WHEN_APPROVED
public static final ProjectChangeOrderDocumentStatus PROCESSED_WHEN_APPROVED
public static final ProjectChangeOrderDocumentStatus RECORD_SAVED_AGAIN_AFTER_IT_HAS_ALREADY_BEEN_APPROVED_AND_PROCESSED
public static ProjectChangeOrderDocumentStatus[] values()
for (ProjectChangeOrderDocumentStatus c : ProjectChangeOrderDocumentStatus.values()) System.out.println(c);
public static ProjectChangeOrderDocumentStatus 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 © 2010–2016. All rights reserved.