com.ibm.team.fvt.tests.clm.pages.rm
Enum RmWebReviewPage.ReviewDocumentState
java.lang.Object
java.lang.Enum<RmWebReviewPage.ReviewDocumentState>
com.ibm.team.fvt.tests.clm.pages.rm.RmWebReviewPage.ReviewDocumentState
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<RmWebReviewPage.ReviewDocumentState>
- Enclosing class:
- RmWebReviewPage
public static enum RmWebReviewPage.ReviewDocumentState
- extends java.lang.Enum<RmWebReviewPage.ReviewDocumentState>
The states for an individuals document within a review
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NOT_STARTED
public static final RmWebReviewPage.ReviewDocumentState NOT_STARTED
ABSTAINED
public static final RmWebReviewPage.ReviewDocumentState ABSTAINED
APPROVED_REVIEWED
public static final RmWebReviewPage.ReviewDocumentState APPROVED_REVIEWED
DISAPPROVED_REVIEWED
public static final RmWebReviewPage.ReviewDocumentState DISAPPROVED_REVIEWED
values
public static RmWebReviewPage.ReviewDocumentState[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (RmWebReviewPage.ReviewDocumentState c : RmWebReviewPage.ReviewDocumentState.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RmWebReviewPage.ReviewDocumentState valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null