Uses of Class
com.opencloud.slee.resources.cgin.map.MAPHandoverType
-
Packages that use MAPHandoverType Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPHandoverType in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPHandoverType Modifier and Type Method Description static MAPHandoverTypeMAPHandoverType. fromValue(int value)Returns the enumeration constant for a given ASN.1 encoded value.MAPHandoverTypeMAPNoteInternalHandoverArg. getHandoverType()Gets the value of the field handoverType.static MAPHandoverTypeMAPHandoverType. valueOf(String name)Returns the enum constant of this type with the specified name.static MAPHandoverType[]MAPHandoverType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPHandoverType Modifier and Type Method Description MAPNoteInternalHandoverArgMAPNoteInternalHandoverArg. setHandoverType(MAPHandoverType value)Sets the value of the field handoverType.
-