Uses of Class
org.somda.sdc.biceps.model.participant.AlertConditionKind
-
Packages that use AlertConditionKind Package Description org.somda.sdc.biceps.model.participant -
-
Uses of AlertConditionKind in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as AlertConditionKind Modifier and Type Field Description protected AlertConditionKindAlertConditionDescriptor. kindMethods in org.somda.sdc.biceps.model.participant that return AlertConditionKind Modifier and Type Method Description static AlertConditionKindAlertConditionKind. fromValue(String v)AlertConditionKindAlertConditionDescriptor. getKind()Gets the value of the kind property.static AlertConditionKindAlertConditionKind. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertConditionKind[]AlertConditionKind. 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 AlertConditionKind Modifier and Type Method Description voidAlertConditionDescriptor. setKind(AlertConditionKind value)Sets the value of the kind property.
-