Uses of Class
org.opennms.netmgt.config.trend.TrendDefinition
-
Packages that use TrendDefinition Package Description org.opennms.netmgt.config.trend This file is part of OpenNMS(R). -
-
Uses of TrendDefinition in org.opennms.netmgt.config.trend
Methods in org.opennms.netmgt.config.trend that return TrendDefinition Modifier and Type Method Description TrendDefinition
TrendConfiguration. getTrendDefintionForName(String name)
Methods in org.opennms.netmgt.config.trend that return types with arguments of type TrendDefinition Modifier and Type Method Description List<TrendDefinition>
TrendConfiguration. getTrendDefinitions()
Method parameters in org.opennms.netmgt.config.trend with type arguments of type TrendDefinition Modifier and Type Method Description void
TrendConfiguration. setTrendDefinitions(List<TrendDefinition> trendDefinitions)
-