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 class
CICSEnumAttributeAggregation.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 int
getUnspecifiedCount()
int
getUnsupportedCount()
java.util.List<CICSEnumAttributeAggregation.ValueCountPair>
getValueCounts()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-