Uses of Class
org.somda.sdc.biceps.model.participant.AlertConditionPriority
-
Packages that use AlertConditionPriority Package Description org.somda.sdc.biceps.model.participant -
-
Uses of AlertConditionPriority in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as AlertConditionPriority Modifier and Type Field Description protected AlertConditionPriorityAlertConditionState. actualPriorityprotected AlertConditionPriorityAlertConditionDescriptor. canDeescalateprotected AlertConditionPriorityAlertConditionDescriptor. canEscalateprotected AlertConditionPriorityAlertConditionDescriptor. priorityMethods in org.somda.sdc.biceps.model.participant that return AlertConditionPriority Modifier and Type Method Description static AlertConditionPriorityAlertConditionPriority. fromValue(String v)AlertConditionPriorityAlertConditionState. getActualPriority()Gets the value of the actualPriority property.AlertConditionPriorityAlertConditionDescriptor. getCanDeescalate()Gets the value of the canDeescalate property.AlertConditionPriorityAlertConditionDescriptor. getCanEscalate()Gets the value of the canEscalate property.AlertConditionPriorityAlertConditionDescriptor. getPriority()Gets the value of the priority property.static AlertConditionPriorityAlertConditionPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertConditionPriority[]AlertConditionPriority. 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 AlertConditionPriority Modifier and Type Method Description voidAlertConditionState. setActualPriority(AlertConditionPriority value)Sets the value of the actualPriority property.voidAlertConditionDescriptor. setCanDeescalate(AlertConditionPriority value)Sets the value of the canDeescalate property.voidAlertConditionDescriptor. setCanEscalate(AlertConditionPriority value)Sets the value of the canEscalate property.voidAlertConditionDescriptor. setPriority(AlertConditionPriority value)Sets the value of the priority property.
-