Package com.orchestranetworks.addon.dqid
Class WatchdogInformation
java.lang.Object
com.orchestranetworks.addon.dqid.WatchdogInformation
The definition of a watchdog for an
Indicator
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.base.text.UserMessage
The brief description for the maximum occurrence.com.onwbp.base.text.UserMessage
The brief description for the minimum occurrence.Represents several possiblePeriodicityType
forWatchdog
.com.onwbp.base.text.UserMessage
The brief description for the tolerance number.boolean
Returnstrue
if decimal numbers for min/max occurrence is allowed.void
setDecimal
(boolean decimal) void
setMaximumOccurencesMeaning
(com.onwbp.base.text.UserMessage maximumOccurencesMeaning) void
setMinimumOccurencesMeaning
(com.onwbp.base.text.UserMessage minimumOccurencesMeaning) void
setPossiblePeriodicityOfControl
(Set<PeriodicityType> periodicityOfControl) void
setToleranceNumberMeaning
(com.onwbp.base.text.UserMessage toleranceNumberMeaning)
-
Constructor Details
-
WatchdogInformation
public WatchdogInformation()
-
-
Method Details
-
getMinimumOccurencesMeaning
public com.onwbp.base.text.UserMessage getMinimumOccurencesMeaning()The brief description for the minimum occurrence. -
setMinimumOccurencesMeaning
public void setMinimumOccurencesMeaning(com.onwbp.base.text.UserMessage minimumOccurencesMeaning) - Parameters:
minimumOccurencesMeaning
-UserMessage
- See Also:
-
getMaximumOccurencesMeaning
public com.onwbp.base.text.UserMessage getMaximumOccurencesMeaning()The brief description for the maximum occurrence. -
setMaximumOccurencesMeaning
public void setMaximumOccurencesMeaning(com.onwbp.base.text.UserMessage maximumOccurencesMeaning) - Parameters:
maximumOccurencesMeaning
-UserMessage
- See Also:
-
getToleranceNumberMeaning
public com.onwbp.base.text.UserMessage getToleranceNumberMeaning()The brief description for the tolerance number. -
setToleranceNumberMeaning
public void setToleranceNumberMeaning(com.onwbp.base.text.UserMessage toleranceNumberMeaning) - Parameters:
toleranceNumberMeaning
-UserMessage
- See Also:
-
getPossiblePeriodicityOfControl
Represents several possiblePeriodicityType
forWatchdog
. -
setPossiblePeriodicityOfControl
- Parameters:
periodicityOfControl
-Set
- See Also:
-
isDecimal
public boolean isDecimal()Returnstrue
if decimal numbers for min/max occurrence is allowed.- Since:
- 1.2.0
-
setDecimal
public void setDecimal(boolean decimal) - Parameters:
decimal
-boolean
- Since:
- 1.2.0
- See Also:
-