Package com.ibm.cics.model
Class CICSStringAttributeAggregation
- java.lang.Object
-
- com.ibm.cics.model.CICSStringAttributeAggregation
-
- All Implemented Interfaces:
ICICSAttributeAggregation
public class CICSStringAttributeAggregation extends java.lang.Object implements ICICSAttributeAggregation
-
-
Constructor Summary
Constructors Constructor Description CICSStringAttributeAggregation(java.util.Optional<java.lang.String> value, int distinctValues, int unsupportedCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDistinctValues()
int
getUnsupportedCount()
java.util.Optional<java.lang.String>
getValue()
java.lang.String
toString()
-