Package com.ibm.cics.model
Class CICSEnumAttributeAggregation
- java.lang.Object
-
- com.ibm.cics.model.CICSEnumAttributeAggregation
-
- All Implemented Interfaces:
ICICSAttributeAggregation
public class CICSEnumAttributeAggregation extends java.lang.Object implements ICICSAttributeAggregation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCICSEnumAttributeAggregation.ValueCountPair
-
Constructor Summary
Constructors Constructor Description CICSEnumAttributeAggregation(java.util.List<CICSEnumAttributeAggregation.ValueCountPair> countValues, int unspecifiedCount, int unsupportedCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetUnspecifiedCount()intgetUnsupportedCount()java.util.List<CICSEnumAttributeAggregation.ValueCountPair>getValueCounts()java.lang.StringtoString()
-
-
-
Constructor Detail
-
CICSEnumAttributeAggregation
public CICSEnumAttributeAggregation(java.util.List<CICSEnumAttributeAggregation.ValueCountPair> countValues, int unspecifiedCount, int unsupportedCount)
-
-
Method Detail
-
getValueCounts
public java.util.List<CICSEnumAttributeAggregation.ValueCountPair> getValueCounts()
-
getUnsupportedCount
public int getUnsupportedCount()
-
getUnspecifiedCount
public int getUnspecifiedCount()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-