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