com.ibm.gre.Line Class
Represents a single line that will be displayed in a QueryForm A Line also represents parts of the Query element in a Records Manager XML Query string. Each line is either a FieldExpression or an InterFieldOperator or one of a limited number of optional fields.

Access: Public
Base Classes: Object
  Members Description  
    Line Constructor for a Line object

 
    FieldElement The XML element that is associated with this line. In some cases this will be a FieldValue, Scope or optional field.

 
    FlPlnCmpntAttrDefDatTyp The data type represented on this line See IRMConstants.AttributeDataTypes

 
    Key The name of the XML eleement represented by this line.

 
    Caption The caption to display for this line.

 
    PickListId The Picklist ID associated with the line.

 
    LineType The type of line that will be displayed. For example IRMConstants.LineType.SCOPE

 
    ControlType The type of UI control that will be associated with the line. See IRMConstants.ProfileControlType.

 
    Tab The number of tab characters appended to the line

 
    m_fieldElement    
    m_nFlPlnCmpntAttrDefDatTyp    
    m_key    
    m_caption    
    m_pickListId    
    m_lineType    
    m_controlType    
    m_tab