com.ibm.gre.IRMList Class
Encapsulates a Records Manager Item List. Provides methods for getting attribute values. Also methods for removing specified Items.

Access: Public
Base Classes: Object
  Members Description  
    IRMList Constructor

 
    XML Returns the current value for the underlying XML for this List.

 
    Count Returns the number of Item elements in the List.

 
    PrimaryKey Returns the "Primary Key" value for the specified Item. The attribute that you wish to designate as the "Primary Key" is set in the constructor for this object.

 
    Caption Returns the "Caption" value for the specified Item. The attribute that you wish to designate as the "Caption" is set in the constructor for this object.

 
    getAttributeValue Gets the value for the named attribute at the specified index.

 
    removeItem Removes the Item element at the specified index.

 
    getVal    
    m_items    
    m_root    
    m_strPrimaryKeyAttributeName    
    m_strCaptionAttributeName