Enum Class SwUpdate

java.lang.Object
java.lang.Enum<SwUpdate>
me.clarius.sdk.SwUpdate
All Implemented Interfaces:
Serializable, Comparable<SwUpdate>, Constable

public enum SwUpdate extends Enum<SwUpdate>
Software update results.
  • Enum Constant Details

    • SwUpdateError

      public static final SwUpdate SwUpdateError
      Software update error.
    • SwUpdateSuccess

      public static final SwUpdate SwUpdateSuccess
      Successful update.
    • SwUpdateCurrent

      public static final SwUpdate SwUpdateCurrent
      Software is current.
    • SwUpdateBattery

      public static final SwUpdate SwUpdateBattery
      Battery is too low to perform update.
    • SwUpdateUnsupported

      public static final SwUpdate SwUpdateUnsupported
      Firmware being sent is no longer supported.
    • SwUpdateCorrupt

      public static final SwUpdate SwUpdateCorrupt
      Probe file system may be corrupt.
  • Method Details

    • values

      public static SwUpdate[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SwUpdate valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null