com.amazonaws.mturk.addon
Enum HITProperties.AssignmentField
java.lang.Object
java.lang.Enum<HITProperties.AssignmentField>
com.amazonaws.mturk.addon.HITProperties.AssignmentField
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<HITProperties.AssignmentField>
- Enclosing class:
- HITProperties
public static enum HITProperties.AssignmentField
- extends java.lang.Enum<HITProperties.AssignmentField>
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
AssignmentId
public static final HITProperties.AssignmentField AssignmentId
WorkerId
public static final HITProperties.AssignmentField WorkerId
Status
public static final HITProperties.AssignmentField Status
AcceptTime
public static final HITProperties.AssignmentField AcceptTime
SubmitTime
public static final HITProperties.AssignmentField SubmitTime
AutoApprovalTime
public static final HITProperties.AssignmentField AutoApprovalTime
ApprovalTime
public static final HITProperties.AssignmentField ApprovalTime
RejectionTime
public static final HITProperties.AssignmentField RejectionTime
Deadline
public static final HITProperties.AssignmentField Deadline
RequesterFeedback
public static final HITProperties.AssignmentField RequesterFeedback
RejectFlag
public static final HITProperties.AssignmentField RejectFlag
Answers
public static final HITProperties.AssignmentField Answers
values
public static HITProperties.AssignmentField[] 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 (HITProperties.AssignmentField c : HITProperties.AssignmentField.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static HITProperties.AssignmentField 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
getFieldName
public java.lang.String getFieldName()