com.ibm.gre.OptionalFields Class
The OptionalFields class represents bit mask values specifying fields that can optionaly be added and displayed for a Life Cycle Query. These elements can be found as members of the "GetEligibleFilePlanComponents" element part of the input to the GET_ELIGIBLE_FILE_PLAN_COMPONENTS BatchController task.

Access: Public
Base Classes: Object
  Members Description  
    NO_FIELDS Indicates No Optional Fields

 
    REFERENCE_DATE_TO Indicates the Reference Date To should be displayed for input.

 
    REFERENCE_DATE_FROM Indicates the Reference Date From should be displayed for input.

 
    DISPOSAL_AUTHORITY Indicates the Disposal Authority field should be displayed for input.

 
    ELIGIBLE_FOR_CUT_OFF Indicates the Eligible for Cutt Off checkbox should be displayed for input.

 
    ELIGIBLE_FOR_CLOSE Indicates the Eligible for close checkbox should be displayed for input.

 
    ELIGIBLE_FOR_TRANSITION Indicates the Eligible for Transition checkbox should be displayed for input.

 
    PHASE_ID Indicates the Phase list should be displayed for input.

 
    LIFE_CYCLE_QUERY_TYPE    
    OptionalFields Constructor

 
    editReferenceDateFrom Returns true if the Reference Date From field should be displayed for edit.

 
    editReferenceDateTo Returns true if the Reference Date To field should be displayed for edit.

 
    editDisposalAuthority Returns true if the Disposal Authority field should be displayed for edit.

 
    editEligibleForCutOff Returns true if the Eligible For Cutoff field should be displayed for edit.

 
    editEligibleForClose Returns true if the Eligible for Close field should be displayed for edit.

 
    editEligibleForTransition Returns true if the Eligible for Transition field should be displayed for edit.

 
    editPhaseId Returns true if the Phase ID field should be displayed for edit.

 
    editLifeCycleQueryType Returns true if the Life Cycle Query type field should be displayed for edit.

 
    m_mask