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