Uses of Class
org.somda.sdc.biceps.model.participant.AlertActivation
-
Packages that use AlertActivation Package Description org.somda.sdc.biceps.model.participant -
-
Uses of AlertActivation in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as AlertActivation Modifier and Type Field Description protected AlertActivationAbstractAlertState. activationStateprotected AlertActivationLimitAlertConditionState. autoLimitActivationStateprotected AlertActivationSystemSignalActivation. stateMethods in org.somda.sdc.biceps.model.participant that return AlertActivation Modifier and Type Method Description static AlertActivationAlertActivation. fromValue(String v)AlertActivationAbstractAlertState. getActivationState()Gets the value of the activationState property.AlertActivationLimitAlertConditionState. getAutoLimitActivationState()Gets the value of the autoLimitActivationState property.AlertActivationSystemSignalActivation. getState()Gets the value of the state property.static AlertActivationAlertActivation. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertActivation[]AlertActivation. 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 AlertActivation Modifier and Type Method Description voidAbstractAlertState. setActivationState(AlertActivation value)Sets the value of the activationState property.voidLimitAlertConditionState. setAutoLimitActivationState(AlertActivation value)Sets the value of the autoLimitActivationState property.voidSystemSignalActivation. setState(AlertActivation value)Sets the value of the state property.
-