|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgStatInterval | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects |
Uses of CfgStatInterval in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgStatInterval | |
---|---|
java.util.Collection<CfgStatInterval> |
CfgDeltaStatDay.getAddedStatIntervals()
A pointer to the list of the structures of
CfgStatInterval
type that associate intervals
with certain statistical values. |
java.util.Collection<CfgStatInterval> |
CfgDeltaStatDay.getChangedStatIntervals()
A pointer to the list of structures of type
CfgStatInterval
that contain information about stat intervals whose values have
been changed. |
java.util.Collection<CfgStatInterval> |
CfgDeltaStatDay.getDeletedStatIntervals()
A pointer to the list of numbers of stat intervals that are no longer defined within this stat day (every item of this list has variable type int ). |
java.util.Collection<CfgStatInterval> |
CfgStatDay.getStatIntervals()
A pointer to the list of the structures of
CfgStatInterval
type that associate intervals
with certain statistical values. |
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgStatInterval | |
---|---|
void |
CfgStatDay.setStatIntervals(java.util.Collection<CfgStatInterval> value)
A pointer to the list of the structures of
CfgStatInterval
type that associate intervals
with certain statistical values. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |