Uses of Class
com.opencloud.slee.resources.cgin.cap_v4.CAP4MetDPCriterion
-
Packages that use CAP4MetDPCriterion Package Description com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.cap_v4.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CAP4MetDPCriterion in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CAP4MetDPCriterion Modifier and Type Method Description CAP4MetDPCriterionCAP4MetDPCriterion. clone()Constructs a copy of this object and everything reachable from it.static CAP4MetDPCriterionCAP4MetDPCriterion. copyOf(CAP4MetDPCriterion 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.CAP4MetDPCriterion[]CAP4EventSpecificInformationBCSM.OChangeOfPositionSpecificInfo. getMetDPCriteriaList()Gets the value of the field metDPCriteriaList.CAP4MetDPCriterion[]CAP4EventSpecificInformationBCSM.TChangeOfPositionSpecificInfo. getMetDPCriteriaList()Gets the value of the field metDPCriteriaList.CAP4MetDPCriterionCAP4MetDPCriterion. setEnteringCellGlobalId(CellGlobalId value)Sets the value of the enteringCellGlobalId choice.CAP4MetDPCriterionCAP4MetDPCriterion. setEnteringLocationAreaId(LocationAreaId value)Sets the value of the enteringLocationAreaId choice.CAP4MetDPCriterionCAP4MetDPCriterion. setEnteringServiceAreaId(CellGlobalId value)Sets the value of the enteringServiceAreaId choice.CAP4MetDPCriterionCAP4MetDPCriterion. setInter_MSCHandOver()Sets the inter-MSCHandOver choice.CAP4MetDPCriterionCAP4MetDPCriterion. setInter_PLMNHandOver()Sets the inter-PLMNHandOver choice.CAP4MetDPCriterionCAP4MetDPCriterion. setInter_SystemHandOverToGSM()Sets the inter-SystemHandOverToGSM choice.CAP4MetDPCriterionCAP4MetDPCriterion. setInter_SystemHandOverToUMTS()Sets the inter-SystemHandOverToUMTS choice.CAP4MetDPCriterionCAP4MetDPCriterion. setLeavingCellGlobalId(CellGlobalId value)Sets the value of the leavingCellGlobalId choice.CAP4MetDPCriterionCAP4MetDPCriterion. setLeavingLocationAreaId(LocationAreaId value)Sets the value of the leavingLocationAreaId choice.CAP4MetDPCriterionCAP4MetDPCriterion. setLeavingServiceAreaId(CellGlobalId value)Sets the value of the leavingServiceAreaId choice.CAP4MetDPCriterionCAP4MetDPCriterion. setMetDPCriterionAlt(CAP4MetDPCriterionAlt value)Sets the value of the metDPCriterionAlt choice.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CAP4MetDPCriterion Modifier and Type Method Description static CAP4MetDPCriterionCAP4MetDPCriterion. copyOf(CAP4MetDPCriterion 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.CAP4EventSpecificInformationBCSM.OChangeOfPositionSpecificInfoCAP4EventSpecificInformationBCSM.OChangeOfPositionSpecificInfo. setMetDPCriteriaList(CAP4MetDPCriterion[] value)Sets the value of the field metDPCriteriaList.CAP4EventSpecificInformationBCSM.TChangeOfPositionSpecificInfoCAP4EventSpecificInformationBCSM.TChangeOfPositionSpecificInfo. setMetDPCriteriaList(CAP4MetDPCriterion[] value)Sets the value of the field metDPCriteriaList. -
Uses of CAP4MetDPCriterion in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CAP4MetDPCriterion Modifier and Type Field Description static PersistCodec<CAP4MetDPCriterion,CAP4MetDPCriterion,CAP4Proto.CAP_datatypes_MetDPCriterion>CAP4Codecs. CAP_datatypes_MetDPCriterionSingleton codec for the ASN.1 type: CAP-datatypes.MetDPCriterionstatic PersistCodec<CAP4MetDPCriterion,CAP4MetDPCriterion,CAP4Proto.CAP_datatypes_MetDPCriterion>CAP4Codecs. CAP_datatypes_MetDPCriterionSingleton codec for the ASN.1 type: CAP-datatypes.MetDPCriterion
-