com.ibm.tivoli.maximo.report.birt.admin.batch

Class ReportParameterInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.report.birt.admin.batch.ReportParameterInfo


  • public class ReportParameterInfo
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getAttribute(java.lang.String attributeName) 
      java.util.Iterator getAttributes() 
      void removeAttribute(java.lang.String attributeName) 
      void reset() 
      void setAttribute(java.lang.String attributeName, java.lang.String attributeValue) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReportParameterInfo

        public ReportParameterInfo()
    • Method Detail

      • setAttribute

        public void setAttribute(java.lang.String attributeName,
                                 java.lang.String attributeValue)
      • getAttribute

        public java.lang.String getAttribute(java.lang.String attributeName)
      • removeAttribute

        public void removeAttribute(java.lang.String attributeName)
      • reset

        public void reset()
      • getAttributes

        public java.util.Iterator getAttributes()