| Constructor and Description |
|---|
WatchdogInformation() |
| Modifier and Type | Method and Description |
|---|---|
com.onwbp.base.text.UserMessage |
getMaximumOccurencesMeaning()
The brief description for the maximum occurrence.
|
com.onwbp.base.text.UserMessage |
getMinimumOccurencesMeaning()
The brief description for the minimum occurrence.
|
Set<PeriodicityType> |
getPossiblePeriodicityOfControl()
Represents several possible
PeriodicityType for Watchdog. |
com.onwbp.base.text.UserMessage |
getToleranceNumberMeaning()
The brief description for the tolerance number.
|
boolean |
isDecimal()
Returns
true 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) |
public com.onwbp.base.text.UserMessage getMinimumOccurencesMeaning()
public void setMinimumOccurencesMeaning(com.onwbp.base.text.UserMessage minimumOccurencesMeaning)
minimumOccurencesMeaning - UserMessagegetMinimumOccurencesMeaning()public com.onwbp.base.text.UserMessage getMaximumOccurencesMeaning()
public void setMaximumOccurencesMeaning(com.onwbp.base.text.UserMessage maximumOccurencesMeaning)
maximumOccurencesMeaning - UserMessagegetMaximumOccurencesMeaning()public com.onwbp.base.text.UserMessage getToleranceNumberMeaning()
public void setToleranceNumberMeaning(com.onwbp.base.text.UserMessage toleranceNumberMeaning)
toleranceNumberMeaning - UserMessagegetMaximumOccurencesMeaning()public Set<PeriodicityType> getPossiblePeriodicityOfControl()
PeriodicityType for Watchdog.public void setPossiblePeriodicityOfControl(Set<PeriodicityType> periodicityOfControl)
periodicityOfControl - SetgetPossiblePeriodicityOfControl()public boolean isDecimal()
true if decimal numbers for min/max occurrence is allowed.public void setDecimal(boolean decimal)
decimal - booleanisDecimal()