com.amazonaws.mturk.addon
Enum HITProperties.HITField

java.lang.Object
  extended by java.lang.Enum<HITProperties.HITField>
      extended by com.amazonaws.mturk.addon.HITProperties.HITField
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<HITProperties.HITField>
Enclosing class:
HITProperties

public static enum HITProperties.HITField
extends java.lang.Enum<HITProperties.HITField>


Enum Constant Summary
Annotation
           
AssignmentDuration
           
AutoApprovalDelay
           
CreationTime
           
Description
           
HitId
           
HitTypeId
           
Keywords
           
Lifetime
           
MaxAssignments
           
NumAvailableAssignments
           
NumCompletedAssignments
           
NumPendingAssignments
           
ReviewStatus
           
Reward
           
Status
           
Title
           
ViewHITUrl
           
 
Method Summary
 java.lang.String getFieldName()
           
 java.lang.String getFieldValue()
           
 void setFieldValue(java.lang.String value)
           
static HITProperties.HITField valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HITProperties.HITField[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

HitId

public static final HITProperties.HITField HitId

HitTypeId

public static final HITProperties.HITField HitTypeId

Title

public static final HITProperties.HITField Title

Description

public static final HITProperties.HITField Description

Keywords

public static final HITProperties.HITField Keywords

Reward

public static final HITProperties.HITField Reward

CreationTime

public static final HITProperties.HITField CreationTime

MaxAssignments

public static final HITProperties.HITField MaxAssignments

NumAvailableAssignments

public static final HITProperties.HITField NumAvailableAssignments

NumPendingAssignments

public static final HITProperties.HITField NumPendingAssignments

NumCompletedAssignments

public static final HITProperties.HITField NumCompletedAssignments

Status

public static final HITProperties.HITField Status

ReviewStatus

public static final HITProperties.HITField ReviewStatus

Annotation

public static final HITProperties.HITField Annotation

AssignmentDuration

public static final HITProperties.HITField AssignmentDuration

AutoApprovalDelay

public static final HITProperties.HITField AutoApprovalDelay

Lifetime

public static final HITProperties.HITField Lifetime

ViewHITUrl

public static final HITProperties.HITField ViewHITUrl
Method Detail

values

public static HITProperties.HITField[] 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.HITField c : HITProperties.HITField.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.HITField 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()

getFieldValue

public java.lang.String getFieldValue()

setFieldValue

public void setFieldValue(java.lang.String value)