Uses of Class
com.opencloud.slee.resources.cgin.map.MAPTraceDepth
-
Packages that use MAPTraceDepth Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPTraceDepth in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPTraceDepth Modifier and Type Field Description static MAPTraceDepthMAPTraceDepth. maximumReference to value of the constant maximum.static MAPTraceDepthMAPTraceDepth. mediumReference to value of the constant medium.static MAPTraceDepthMAPTraceDepth. minimumReference to value of the constant minimum.Methods in com.opencloud.slee.resources.cgin.map that return MAPTraceDepth Modifier and Type Method Description static MAPTraceDepthMAPTraceDepth. fromValue(int value)Finds or constructs an enumeration constant for the given numeric value.MAPTraceDepthMAPTraceDepthList. getBmsc_TraceDepth()Gets the value of the field bmsc-TraceDepth.MAPTraceDepthMAPTraceDepthList. getENB_TraceDepth()Gets the value of the field eNB-TraceDepth.MAPTraceDepthMAPTraceDepthList. getGgsn_TraceDepth()Gets the value of the field ggsn-TraceDepth.MAPTraceDepthMAPTraceDepthList. getMgw_TraceDepth()Gets the value of the field mgw-TraceDepth.MAPTraceDepthMAPTracePropagationList. getMgw_TraceDepth()Gets the value of the field mgw-TraceDepth.MAPTraceDepthMAPTraceDepthList. getMme_TraceDepth()Gets the value of the field mme-TraceDepth.MAPTraceDepthMAPTraceDepthList. getMsc_s_TraceDepth()Gets the value of the field msc-s-TraceDepth.MAPTraceDepthMAPTracePropagationList. getMsc_s_TraceDepth()Gets the value of the field msc-s-TraceDepth.MAPTraceDepthMAPTraceDepthList. getPgw_TraceDepth()Gets the value of the field pgw-TraceDepth.MAPTraceDepthMAPTraceDepthList. getRnc_TraceDepth()Gets the value of the field rnc-TraceDepth.MAPTraceDepthMAPTracePropagationList. getRnc_TraceDepth()Gets the value of the field rnc-TraceDepth.MAPTraceDepthMAPTraceDepthList. getSgsn_TraceDepth()Gets the value of the field sgsn-TraceDepth.MAPTraceDepthMAPTraceDepthList. getSgw_TraceDepth()Gets the value of the field sgw-TraceDepth.static MAPTraceDepth[]MAPTraceDepth. namedValues()Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPTraceDepth Modifier and Type Method Description MAPTraceDepthListMAPTraceDepthList. setBmsc_TraceDepth(MAPTraceDepth value)Sets the value of the field bmsc-TraceDepth.MAPTraceDepthListMAPTraceDepthList. setENB_TraceDepth(MAPTraceDepth value)Sets the value of the field eNB-TraceDepth.MAPTraceDepthListMAPTraceDepthList. setGgsn_TraceDepth(MAPTraceDepth value)Sets the value of the field ggsn-TraceDepth.MAPTraceDepthListMAPTraceDepthList. setMgw_TraceDepth(MAPTraceDepth value)Sets the value of the field mgw-TraceDepth.MAPTracePropagationListMAPTracePropagationList. setMgw_TraceDepth(MAPTraceDepth value)Sets the value of the field mgw-TraceDepth.MAPTraceDepthListMAPTraceDepthList. setMme_TraceDepth(MAPTraceDepth value)Sets the value of the field mme-TraceDepth.MAPTraceDepthListMAPTraceDepthList. setMsc_s_TraceDepth(MAPTraceDepth value)Sets the value of the field msc-s-TraceDepth.MAPTracePropagationListMAPTracePropagationList. setMsc_s_TraceDepth(MAPTraceDepth value)Sets the value of the field msc-s-TraceDepth.MAPTraceDepthListMAPTraceDepthList. setPgw_TraceDepth(MAPTraceDepth value)Sets the value of the field pgw-TraceDepth.MAPTraceDepthListMAPTraceDepthList. setRnc_TraceDepth(MAPTraceDepth value)Sets the value of the field rnc-TraceDepth.MAPTracePropagationListMAPTracePropagationList. setRnc_TraceDepth(MAPTraceDepth value)Sets the value of the field rnc-TraceDepth.MAPTraceDepthListMAPTraceDepthList. setSgsn_TraceDepth(MAPTraceDepth value)Sets the value of the field sgsn-TraceDepth.MAPTraceDepthListMAPTraceDepthList. setSgw_TraceDepth(MAPTraceDepth value)Sets the value of the field sgw-TraceDepth.
-