Uses of Class
com.opencloud.slee.resources.cgin.map.MAPMonitoringMode
-
Packages that use MAPMonitoringMode Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPMonitoringMode in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPMonitoringMode Modifier and Type Field Description static MAPMonitoringMode
MAPMonitoringMode. a_side
Reference to value of the constant a_side.static MAPMonitoringMode
MAPMonitoringMode. b_side
Reference to value of the constant b_side.Methods in com.opencloud.slee.resources.cgin.map that return MAPMonitoringMode Modifier and Type Method Description static MAPMonitoringMode
MAPMonitoringMode. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPMonitoringMode
MAPCallReportData. getMonitoringMode()
Gets the value of the field monitoringMode.static MAPMonitoringMode[]
MAPMonitoringMode. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPMonitoringMode Modifier and Type Method Description MAPCallReportData
MAPCallReportData. setMonitoringMode(MAPMonitoringMode value)
Sets the value of the field monitoringMode.
-