Uses of Class
org.somda.sdc.biceps.model.participant.AlertConditionMonitoredLimits
-
Packages that use AlertConditionMonitoredLimits Package Description org.somda.sdc.biceps.model.participant -
-
Uses of AlertConditionMonitoredLimits in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as AlertConditionMonitoredLimits Modifier and Type Field Description protected AlertConditionMonitoredLimitsLimitAlertConditionState. monitoredAlertLimitsMethods in org.somda.sdc.biceps.model.participant that return AlertConditionMonitoredLimits Modifier and Type Method Description static AlertConditionMonitoredLimitsAlertConditionMonitoredLimits. fromValue(String v)AlertConditionMonitoredLimitsLimitAlertConditionState. getMonitoredAlertLimits()Gets the value of the monitoredAlertLimits property.static AlertConditionMonitoredLimitsAlertConditionMonitoredLimits. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertConditionMonitoredLimits[]AlertConditionMonitoredLimits. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.biceps.model.participant with parameters of type AlertConditionMonitoredLimits Modifier and Type Method Description voidLimitAlertConditionState. setMonitoredAlertLimits(AlertConditionMonitoredLimits value)Sets the value of the monitoredAlertLimits property.
-