Uses of Class
com.opencloud.sentinel.mapper.SS7MappingPoint
-
Packages that use SS7MappingPoint Package Description com.opencloud.sentinel.mapper This package contains mapper related interfaces in the Sentinel services. -
-
Uses of SS7MappingPoint in com.opencloud.sentinel.mapper
Methods in com.opencloud.sentinel.mapper that return SS7MappingPoint Modifier and Type Method Description static SS7MappingPoint
SS7MappingPoint. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SS7MappingPoint[]
SS7MappingPoint. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-