Class CurrentLocation

  • All Implemented Interfaces:
    Serializable, Enumerated

    public class CurrentLocation
    extends Object
    implements Serializable, Enumerated
    Java class to represent the CurrentLocation enumerated type.

    Documentation from the relevant specification:

    The Current-Location AVP is of type Enumerated, and indicates whether an active location retrieval has to be initiated or not.

    Author:
    Open Cloud
    See Also:
    Serialized Form
    • Field Detail

      • _DO_NOT_NEED_INITIATE_ACTIVE_LOCATION_RETRIEVAL

        public static final int _DO_NOT_NEED_INITIATE_ACTIVE_LOCATION_RETRIEVAL
        See Also:
        Constant Field Values
      • _INITIATE_ACTIVE_LOCATION_RETRIEVAL

        public static final int _INITIATE_ACTIVE_LOCATION_RETRIEVAL
        See Also:
        Constant Field Values
      • DO_NOT_NEED_INITIATE_ACTIVE_LOCATION_RETRIEVAL

        public static final CurrentLocation DO_NOT_NEED_INITIATE_ACTIVE_LOCATION_RETRIEVAL
        The request indicates that the initiation of an active location retrieval is not required.
      • INITIATE_ACTIVE_LOCATION_RETRIEVAL

        public static final CurrentLocation INITIATE_ACTIVE_LOCATION_RETRIEVAL
        It is requested that an active location retrieval is initiated.
    • Method Detail

      • getValue

        public int getValue()
        Description copied from interface: Enumerated
        Return the value of this instance of this enumerated type.
        Specified by:
        getValue in interface Enumerated
        Returns:
        value