Enum EKErrorCode

    • Enum Constant Detail

      • EventNotMutable

        public static final EKErrorCode EventNotMutable
      • NoCalendar

        public static final EKErrorCode NoCalendar
      • NoStartDate

        public static final EKErrorCode NoStartDate
      • DatesInverted

        public static final EKErrorCode DatesInverted
      • InternalFailure

        public static final EKErrorCode InternalFailure
      • CalendarReadOnly

        public static final EKErrorCode CalendarReadOnly
      • DurationGreaterThanRecurrence

        public static final EKErrorCode DurationGreaterThanRecurrence
      • AlarmGreaterThanRecurrence

        public static final EKErrorCode AlarmGreaterThanRecurrence
      • StartDateTooFarInFuture

        public static final EKErrorCode StartDateTooFarInFuture
      • StartDateCollidesWithOtherOccurrence

        public static final EKErrorCode StartDateCollidesWithOtherOccurrence
      • ObjectBelongsToDifferentStore

        public static final EKErrorCode ObjectBelongsToDifferentStore
      • InvitesCannotBeMoved

        public static final EKErrorCode InvitesCannotBeMoved
      • InvalidSpan

        public static final EKErrorCode InvalidSpan
      • CalendarHasNoSource

        public static final EKErrorCode CalendarHasNoSource
      • CalendarSourceCannotBeModified

        public static final EKErrorCode CalendarSourceCannotBeModified
      • CalendarIsImmutable

        public static final EKErrorCode CalendarIsImmutable
      • SourceDoesNotAllowCalendarAddDelete

        public static final EKErrorCode SourceDoesNotAllowCalendarAddDelete
      • RecurringReminderRequiresDueDate

        public static final EKErrorCode RecurringReminderRequiresDueDate
      • StructuredLocationsNotSupported

        public static final EKErrorCode StructuredLocationsNotSupported
      • ReminderLocationsNotSupported

        public static final EKErrorCode ReminderLocationsNotSupported
      • AlarmProximityNotSupported

        public static final EKErrorCode AlarmProximityNotSupported
      • CalendarDoesNotAllowEvents

        public static final EKErrorCode CalendarDoesNotAllowEvents
      • CalendarDoesNotAllowReminders

        public static final EKErrorCode CalendarDoesNotAllowReminders
      • SourceDoesNotAllowReminders

        public static final EKErrorCode SourceDoesNotAllowReminders
      • SourceDoesNotAllowEvents

        public static final EKErrorCode SourceDoesNotAllowEvents
      • PriorityIsInvalid

        public static final EKErrorCode PriorityIsInvalid
      • InvalidEntityType

        public static final EKErrorCode InvalidEntityType
      • ProcedureAlarmsNotMutable

        public static final EKErrorCode ProcedureAlarmsNotMutable
      • EventStoreNotAuthorized

        public static final EKErrorCode EventStoreNotAuthorized
      • OSNotSupported

        public static final EKErrorCode OSNotSupported
    • Method Detail

      • values

        public static EKErrorCode[] 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 (EKErrorCode c : EKErrorCode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static EKErrorCode 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 EKErrorCode 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