Uses of Class
com.orchestranetworks.addon.dqid.IndicatorValue
-
Packages that use IndicatorValue Package Description com.orchestranetworks.addon.dqid Provides classes and interfaces to define, publish and execute indicators. -
-
Uses of IndicatorValue in com.orchestranetworks.addon.dqid
Subclasses of IndicatorValue in com.orchestranetworks.addon.dqid Modifier and Type Class Description classBigDecimalValueRepresents a decimal outcome ofIndicatorReport.classBooleanValueRepresents a boolean outcome ofIndicatorReport.classDateValueRepresents a date outcome ofIndicatorReport.classIntegerValueRepresents an integer outcome ofIndicatorReport.classIntervalValueRepresents an interval outcome of indicator execution.classPercentageValueRepresents a percentage outcome of indicator execution.classStringValueRepresents a string outcome ofIndicatorReport.Methods in com.orchestranetworks.addon.dqid that return types with arguments of type IndicatorValue Modifier and Type Method Description java.util.List<IndicatorValue>IndicatorReport. getIndicatorValues()Returns the list ofIndicatorValue, the atomic outcomes after executing Indicator.Methods in com.orchestranetworks.addon.dqid with parameters of type IndicatorValue Modifier and Type Method Description voidIndicatorReport. addValue(IndicatorValue indicatorValue)Adds anIndicatorValue.Method parameters in com.orchestranetworks.addon.dqid with type arguments of type IndicatorValue Modifier and Type Method Description voidIndicatorReport. addValues(java.util.List<IndicatorValue> indicatorValues)Adds severalIndicatorValue.
-