Uses of Class
com.opencloud.slee.resources.cgin.map.MAPExtendedRoutingInfo.Choice
-
Packages that use MAPExtendedRoutingInfo.Choice Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPExtendedRoutingInfo.Choice in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPExtendedRoutingInfo.Choice Modifier and Type Method Description MAPExtendedRoutingInfo.Choice
MAPExtendedRoutingInfo. getChoice()
Gets the discriminant of the current choice.static MAPExtendedRoutingInfo.Choice
MAPExtendedRoutingInfo.Choice. valueOf(String name)
Returns the enum constant of this type with the specified name.static MAPExtendedRoutingInfo.Choice[]
MAPExtendedRoutingInfo.Choice. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-