Class CICSEnumAttributeAggregation.ValueCountPair

    • Constructor Summary

      Constructors 
      Constructor Description
      ValueCountPair​(java.lang.String value, int count)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCount()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

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

      • ValueCountPair

        public ValueCountPair​(java.lang.String value,
                              int count)
    • Method Detail

      • getCount

        public int getCount()
      • getValue

        public java.lang.String getValue()