Uses of Class
com.ibm.wsspi.usage.metering.MetricGroupDescriptor.GroupRollUp
-
-
Uses of MetricGroupDescriptor.GroupRollUp in com.ibm.wsspi.usage.metering
Methods in com.ibm.wsspi.usage.metering that return MetricGroupDescriptor.GroupRollUp Modifier and Type Method Description static MetricGroupDescriptor.GroupRollUp
MetricGroupDescriptor.GroupRollUp. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MetricGroupDescriptor.GroupRollUp[]
MetricGroupDescriptor.GroupRollUp. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.wsspi.usage.metering with parameters of type MetricGroupDescriptor.GroupRollUp Modifier and Type Method Description MetricGroupDescriptor
MetricGroupDescriptor. setGroupRollUpMethod(MetricGroupDescriptor.GroupRollUp groupRollUp)
Sets the group roll up type method.
-