Uses of Class
org.somda.sdc.biceps.model.participant.AlertSignalPresence
-
Packages that use AlertSignalPresence Package Description org.somda.sdc.biceps.model.participant -
-
Uses of AlertSignalPresence in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as AlertSignalPresence Modifier and Type Field Description protected AlertSignalPresenceAlertSignalState. presenceMethods in org.somda.sdc.biceps.model.participant that return AlertSignalPresence Modifier and Type Method Description static AlertSignalPresenceAlertSignalPresence. fromValue(String v)AlertSignalPresenceAlertSignalState. getPresence()Gets the value of the presence property.static AlertSignalPresenceAlertSignalPresence. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertSignalPresence[]AlertSignalPresence. 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 AlertSignalPresence Modifier and Type Method Description voidAlertSignalState. setPresence(AlertSignalPresence value)Sets the value of the presence property.
-