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