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