Uses of Class
com.opencloud.slee.resources.cgin.map.MAPPositionMethodFailure_Diagnostic
-
Packages that use MAPPositionMethodFailure_Diagnostic Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPPositionMethodFailure_Diagnostic in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPPositionMethodFailure_Diagnostic Modifier and Type Field Description static MAPPositionMethodFailure_Diagnostic
MAPPositionMethodFailure_Diagnostic. congestion
Reference to value of the constant congestion.static MAPPositionMethodFailure_Diagnostic
MAPPositionMethodFailure_Diagnostic. inconsistentMeasurementData
Reference to value of the constant inconsistentMeasurementData.static MAPPositionMethodFailure_Diagnostic
MAPPositionMethodFailure_Diagnostic. insufficientMeasurementData
Reference to value of the constant insufficientMeasurementData.static MAPPositionMethodFailure_Diagnostic
MAPPositionMethodFailure_Diagnostic. insufficientResources
Reference to value of the constant insufficientResources.static MAPPositionMethodFailure_Diagnostic
MAPPositionMethodFailure_Diagnostic. locationProcedureNotCompleted
Reference to value of the constant locationProcedureNotCompleted.static MAPPositionMethodFailure_Diagnostic
MAPPositionMethodFailure_Diagnostic. locationProcedureNotSupportedByTargetMS
Reference to value of the constant locationProcedureNotSupportedByTargetMS.static MAPPositionMethodFailure_Diagnostic
MAPPositionMethodFailure_Diagnostic. positionMethodNotAvailableInLocationArea
Reference to value of the constant positionMethodNotAvailableInLocationArea.static MAPPositionMethodFailure_Diagnostic
MAPPositionMethodFailure_Diagnostic. positionMethodNotAvailableInNetwork
Reference to value of the constant positionMethodNotAvailableInNetwork.static MAPPositionMethodFailure_Diagnostic
MAPPositionMethodFailure_Diagnostic. qoSNotAttainable
Reference to value of the constant qoSNotAttainable.Methods in com.opencloud.slee.resources.cgin.map that return MAPPositionMethodFailure_Diagnostic Modifier and Type Method Description static MAPPositionMethodFailure_Diagnostic
MAPPositionMethodFailure_Diagnostic. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPPositionMethodFailure_Diagnostic
MAPPositionMethodFailure_Param. getPositionMethodFailure_Diagnostic()
Gets the value of the field positionMethodFailure-Diagnostic.static MAPPositionMethodFailure_Diagnostic[]
MAPPositionMethodFailure_Diagnostic. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPPositionMethodFailure_Diagnostic Modifier and Type Method Description MAPPositionMethodFailure_Param
MAPPositionMethodFailure_Param. setPositionMethodFailure_Diagnostic(MAPPositionMethodFailure_Diagnostic value)
Sets the value of the field positionMethodFailure-Diagnostic.
-