public class CICSObjectAggregateRecord
extends java.lang.Object
Constructor and Description |
---|
CICSObjectAggregateRecord(int countOfAggregatedObjects) |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeAggregation(ICICSAttribute<?> attributeName,
ICICSAttributeAggregation aggregation) |
int |
getCountOfAggregatedObjects() |
CICSDateAttributeAggregation |
getDateAggregation(ICICSAttribute<java.util.Date> attribute) |
CICSEnumAttributeAggregation |
getEnumerationAggregation(ICICSAttribute<? extends ICICSEnum> attribute) |
CICSNumericAttributeAggregation |
getNumericAggregation(ICICSAttribute<java.lang.Long> attribute) |
CICSStringAttributeAggregation |
getStringAggregation(ICICSAttribute<java.lang.String> attribute) |
java.lang.String |
toString() |
public CICSObjectAggregateRecord(int countOfAggregatedObjects)
public void addAttributeAggregation(ICICSAttribute<?> attributeName, ICICSAttributeAggregation aggregation)
public CICSStringAttributeAggregation getStringAggregation(ICICSAttribute<java.lang.String> attribute)
public CICSNumericAttributeAggregation getNumericAggregation(ICICSAttribute<java.lang.Long> attribute)
public CICSEnumAttributeAggregation getEnumerationAggregation(ICICSAttribute<? extends ICICSEnum> attribute)
public CICSDateAttributeAggregation getDateAggregation(ICICSAttribute<java.util.Date> attribute)
public int getCountOfAggregatedObjects()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.