Uses of Class
org.somda.sdc.biceps.model.participant.AlertSignalManifestation
-
Packages that use AlertSignalManifestation Package Description org.somda.sdc.biceps.model.participant -
-
Uses of AlertSignalManifestation in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as AlertSignalManifestation Modifier and Type Field Description protected AlertSignalManifestationAlertSignalDescriptor. manifestationprotected AlertSignalManifestationSystemSignalActivation. manifestationMethods in org.somda.sdc.biceps.model.participant that return AlertSignalManifestation Modifier and Type Method Description static AlertSignalManifestationAlertSignalManifestation. fromValue(String v)AlertSignalManifestationAlertSignalDescriptor. getManifestation()Gets the value of the manifestation property.AlertSignalManifestationSystemSignalActivation. getManifestation()Gets the value of the manifestation property.static AlertSignalManifestationAlertSignalManifestation. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertSignalManifestation[]AlertSignalManifestation. 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 AlertSignalManifestation Modifier and Type Method Description voidAlertSignalDescriptor. setManifestation(AlertSignalManifestation value)Sets the value of the manifestation property.voidSystemSignalActivation. setManifestation(AlertSignalManifestation value)Sets the value of the manifestation property.
-