Enum MobileImageMounterError

java.lang.Object
java.lang.Enum<MobileImageMounterError>
org.robovm.libimobiledevice.binding.MobileImageMounterError
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MobileImageMounterError>

public enum MobileImageMounterError
extends java.lang.Enum<MobileImageMounterError>
  • Enum Constant Details

    • MOBILE_IMAGE_MOUNTER_E_SUCCESS

      public static final MobileImageMounterError MOBILE_IMAGE_MOUNTER_E_SUCCESS
    • MOBILE_IMAGE_MOUNTER_E_INVALID_ARG

      public static final MobileImageMounterError MOBILE_IMAGE_MOUNTER_E_INVALID_ARG
    • MOBILE_IMAGE_MOUNTER_E_PLIST_ERROR

      public static final MobileImageMounterError MOBILE_IMAGE_MOUNTER_E_PLIST_ERROR
    • MOBILE_IMAGE_MOUNTER_E_CONN_FAILED

      public static final MobileImageMounterError MOBILE_IMAGE_MOUNTER_E_CONN_FAILED
    • MOBILE_IMAGE_MOUNTER_E_COMMAND_FAILED

      public static final MobileImageMounterError MOBILE_IMAGE_MOUNTER_E_COMMAND_FAILED
    • MOBILE_IMAGE_MOUNTER_E_DEVICE_LOCKED

      public static final MobileImageMounterError MOBILE_IMAGE_MOUNTER_E_DEVICE_LOCKED
    • MOBILE_IMAGE_MOUNTER_E_UNKNOWN_ERROR

      public static final MobileImageMounterError MOBILE_IMAGE_MOUNTER_E_UNKNOWN_ERROR
  • Method Details

    • values

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

      public static MobileImageMounterError 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
    • swigValue

      public final int swigValue()
    • swigToEnum

      public static MobileImageMounterError swigToEnum​(int swigValue)