package com.metaio.sdk.jni;

public enum EPLAYBACK_STATUS
{
  private final int swigValue;

  static
  {
    EPLAYBACK_STATUS_PAUSED = new EPLAYBACK_STATUS("EPLAYBACK_STATUS_PAUSED", 2, MetaioSDKJNI.EPLAYBACK_STATUS_PAUSED_get());
    EPLAYBACK_STATUS_STOPPED = new EPLAYBACK_STATUS("EPLAYBACK_STATUS_STOPPED", 3, MetaioSDKJNI.EPLAYBACK_STATUS_STOPPED_get());
    EPLAYBACK_STATUS[] arrayOfEPLAYBACK_STATUS = new EPLAYBACK_STATUS[4];
    arrayOfEPLAYBACK_STATUS[0] = EPLAYBACK_STATUS_ERROR;
    arrayOfEPLAYBACK_STATUS[1] = EPLAYBACK_STATUS_PLAYING;
    arrayOfEPLAYBACK_STATUS[2] = EPLAYBACK_STATUS_PAUSED;
    arrayOfEPLAYBACK_STATUS[3] = EPLAYBACK_STATUS_STOPPED;
  }

  private EPLAYBACK_STATUS()
  {
    this.swigValue = SwigNext.access$008();
  }

  private EPLAYBACK_STATUS(int paramInt)
  {
    this.swigValue = paramInt;
    SwigNext.access$002(paramInt + 1);
  }

  private EPLAYBACK_STATUS(EPLAYBACK_STATUS paramEPLAYBACK_STATUS)
  {
    this.swigValue = paramEPLAYBACK_STATUS.swigValue;
    SwigNext.access$002(1 + this.swigValue);
  }

  public static EPLAYBACK_STATUS swigToEnum(int paramInt)
  {
    EPLAYBACK_STATUS[] arrayOfEPLAYBACK_STATUS = (EPLAYBACK_STATUS[])EPLAYBACK_STATUS.class.getEnumConstants();
    if ((paramInt < arrayOfEPLAYBACK_STATUS.length) && (paramInt >= 0) && (arrayOfEPLAYBACK_STATUS[paramInt].swigValue == paramInt))
      return arrayOfEPLAYBACK_STATUS[paramInt];
    int i = arrayOfEPLAYBACK_STATUS.length;
    for (int j = 0; j < i; j++)
    {
      EPLAYBACK_STATUS localEPLAYBACK_STATUS = arrayOfEPLAYBACK_STATUS[j];
      if (localEPLAYBACK_STATUS.swigValue == paramInt)
        return localEPLAYBACK_STATUS;
    }
    throw new IllegalArgumentException("No enum " + EPLAYBACK_STATUS.class + " with value " + paramInt);
  }

  public final int swigValue()
  {
    return this.swigValue;
  }

  private static class SwigNext
  {
    private static int next = 0;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.metaio.sdk.jni.EPLAYBACK_STATUS
 * JD-Core Version:    0.6.2
 */