Uses of Class
com.opencloud.sentinel.providers.PlmnIdAnalyser.PlmnIdMatch
-
Packages that use PlmnIdAnalyser.PlmnIdMatch Package Description com.opencloud.sentinel.providers This package contains the interfaces for injected resource providers in the Sentinel SIP service. -
-
Uses of PlmnIdAnalyser.PlmnIdMatch in com.opencloud.sentinel.providers
Methods in com.opencloud.sentinel.providers that return PlmnIdAnalyser.PlmnIdMatch Modifier and Type Method Description PlmnIdAnalyser.PlmnIdMatch
PlmnIdAnalyser. classifyMccMnc(MccMnc mccMnc, com.opencloud.sentinel.common.SentinelSelectionKey sentinelSelectionKey)
Classify an MccMncstatic PlmnIdAnalyser.PlmnIdMatch
PlmnIdAnalyser.PlmnIdMatch. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PlmnIdAnalyser.PlmnIdMatch[]
PlmnIdAnalyser.PlmnIdMatch. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-