Enum CLErrorCode

    • Enum Constant Detail

      • LocationUnknown

        public static final CLErrorCode LocationUnknown
      • HeadingFailure

        public static final CLErrorCode HeadingFailure
      • RegionMonitoringDenied

        public static final CLErrorCode RegionMonitoringDenied
      • RegionMonitoringFailure

        public static final CLErrorCode RegionMonitoringFailure
      • RegionMonitoringSetupDelayed

        public static final CLErrorCode RegionMonitoringSetupDelayed
      • RegionMonitoringResponseDelayed

        public static final CLErrorCode RegionMonitoringResponseDelayed
      • GeocodeFoundNoResult

        public static final CLErrorCode GeocodeFoundNoResult
      • GeocodeFoundPartialResult

        public static final CLErrorCode GeocodeFoundPartialResult
      • GeocodeCanceled

        public static final CLErrorCode GeocodeCanceled
      • DeferredFailed

        public static final CLErrorCode DeferredFailed
      • DeferredNotUpdatingLocation

        public static final CLErrorCode DeferredNotUpdatingLocation
      • DeferredAccuracyTooLow

        public static final CLErrorCode DeferredAccuracyTooLow
      • DeferredDistanceFiltered

        public static final CLErrorCode DeferredDistanceFiltered
      • DeferredCanceled

        public static final CLErrorCode DeferredCanceled
      • RangingUnavailable

        public static final CLErrorCode RangingUnavailable
      • RangingFailure

        public static final CLErrorCode RangingFailure
    • Method Detail

      • values

        public static CLErrorCode[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (CLErrorCode c : CLErrorCode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static CLErrorCode valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • value

        public long value()
        Specified by:
        value in interface org.robovm.rt.bro.ValuedEnum
      • valueOf

        public static CLErrorCode valueOf​(long n)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        n - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null