Uses of Class
com.opencloud.slee.resources.cgin.map.MAPMGW_EventList
-
Packages that use MAPMGW_EventList Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPMGW_EventList in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPMGW_EventList Modifier and Type Method Description MAPMGW_EventList
MAPMGW_EventList. clearContext()
Clears the bit for context to false.MAPMGW_EventList
MAPMGW_EventList. clone()
Constructs a copy of this object and everything reachable from it.static MAPMGW_EventList
MAPMGW_EventList. copyOf(BitString from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPMGW_EventList
MAPTracePropagationList. getMgw_EventList()
Gets the value of the field mgw-EventList.MAPMGW_EventList
MAPTraceEventList. getMgw_List()
Gets the value of the field mgw-List.MAPMGW_EventList
MAPMGW_EventList. setContext()
Sets the bit for context to true.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPMGW_EventList Modifier and Type Method Description MAPTracePropagationList
MAPTracePropagationList. setMgw_EventList(MAPMGW_EventList value)
Sets the value of the field mgw-EventList.MAPTraceEventList
MAPTraceEventList. setMgw_List(MAPMGW_EventList value)
Sets the value of the field mgw-List.
-