Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.CoverageStatus
-
Packages that use CoverageStatus Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of CoverageStatus in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as CoverageStatus Modifier and Type Field Description static CoverageStatus
CoverageStatus. IN_COVERAGE
static CoverageStatus
CoverageStatus. OUT_OF_COVERAGE
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return CoverageStatus Modifier and Type Method Description static CoverageStatus
CoverageStatus. fromInt(int type)
CoverageStatus
CoverageInfo. getCoverageStatus()
Returns the value of the Coverage-Status AVP, of type Enumerated.CoverageStatus
ProseDirectCommunicationReceptionDataContainer. getCoverageStatus()
Returns the value of the Coverage-Status AVP, of type Enumerated.CoverageStatus
ProseDirectCommunicationTransmissionDataContainer. getCoverageStatus()
Returns the value of the Coverage-Status AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type CoverageStatus Modifier and Type Method Description void
CoverageInfo. setCoverageStatus(CoverageStatus coverageStatus)
Sets the value of the Coverage-Status AVP, of type Enumerated.void
ProseDirectCommunicationReceptionDataContainer. setCoverageStatus(CoverageStatus coverageStatus)
Sets the value of the Coverage-Status AVP, of type Enumerated.void
ProseDirectCommunicationTransmissionDataContainer. setCoverageStatus(CoverageStatus coverageStatus)
Sets the value of the Coverage-Status AVP, of type Enumerated.
-