Uses of Class
com.orchestranetworks.addon.dqid.common.IntervalType
-
Packages that use IntervalType Package Description com.orchestranetworks.addon.dqid Provides classes and interfaces to define, publish and execute indicators.com.orchestranetworks.addon.dqid.common Provides common classes that are used by other classes such as exceptions and enumerations. -
-
Uses of IntervalType in com.orchestranetworks.addon.dqid
Methods in com.orchestranetworks.addon.dqid that return IntervalType Modifier and Type Method Description IntervalTypeIntervalValue. getIntervalType()Returns the interval type of this indicator value.Constructors in com.orchestranetworks.addon.dqid with parameters of type IntervalType Constructor Description IntervalValue(java.math.BigDecimal result, int sequence, int order, IntervalType intervalType) -
Uses of IntervalType in com.orchestranetworks.addon.dqid.common
Fields in com.orchestranetworks.addon.dqid.common declared as IntervalType Modifier and Type Field Description static IntervalTypeIntervalType. DAY_HOURstatic IntervalTypeIntervalType. DAY_HOUR_MINUTEstatic IntervalTypeIntervalType. HOUR_MINUTEstatic IntervalTypeIntervalType. HOUR_MINUTE_SECONDstatic IntervalTypeIntervalType. MINUTE_SECONDstatic IntervalTypeIntervalType. MONTH_DAYstatic IntervalTypeIntervalType. MONTH_WEEK_DAYstatic IntervalTypeIntervalType. WEEK_DAYstatic IntervalTypeIntervalType. WEEK_DAY_HOURMethods in com.orchestranetworks.addon.dqid.common with parameters of type IntervalType Modifier and Type Method Description static java.lang.StringFormatDataPolicy. formatIntervalValue(IntervalType intervalType, java.math.BigDecimal number)Returns the interval format of a big decimal instance by specifying an interval type.static java.lang.StringFormatDataPolicy. formatIntervalValue(IntervalType intervalType, java.math.BigDecimal number, java.util.Locale locale)Returns the interval format of a big decimal instance by specifying an interval type and a locale.static java.lang.String[]FormatDataPolicy. formatIntervalValueForDashboardTile(IntervalType intervalType, java.math.BigDecimal number, java.util.Locale locale)
-