package com.metaio.sdk.jni;

public enum MetaioWorldChannelState
{
  private final int swigValue;

  static
  {
    metaioActive = new MetaioWorldChannelState("metaioActive", 2);
    metaioArchived = new MetaioWorldChannelState("metaioArchived", 3);
    MetaioWorldChannelState[] arrayOfMetaioWorldChannelState = new MetaioWorldChannelState[4];
    arrayOfMetaioWorldChannelState[0] = metaioNew;
    arrayOfMetaioWorldChannelState[1] = metaioPending;
    arrayOfMetaioWorldChannelState[2] = metaioActive;
    arrayOfMetaioWorldChannelState[3] = metaioArchived;
  }

  private MetaioWorldChannelState()
  {
    this.swigValue = SwigNext.access$008();
  }

  private MetaioWorldChannelState(int paramInt)
  {
    this.swigValue = paramInt;
    SwigNext.access$002(paramInt + 1);
  }

  private MetaioWorldChannelState(MetaioWorldChannelState paramMetaioWorldChannelState)
  {
    this.swigValue = paramMetaioWorldChannelState.swigValue;
    SwigNext.access$002(1 + this.swigValue);
  }

  public static MetaioWorldChannelState swigToEnum(int paramInt)
  {
    MetaioWorldChannelState[] arrayOfMetaioWorldChannelState = (MetaioWorldChannelState[])MetaioWorldChannelState.class.getEnumConstants();
    if ((paramInt < arrayOfMetaioWorldChannelState.length) && (paramInt >= 0) && (arrayOfMetaioWorldChannelState[paramInt].swigValue == paramInt))
      return arrayOfMetaioWorldChannelState[paramInt];
    int i = arrayOfMetaioWorldChannelState.length;
    for (int j = 0; j < i; j++)
    {
      MetaioWorldChannelState localMetaioWorldChannelState = arrayOfMetaioWorldChannelState[j];
      if (localMetaioWorldChannelState.swigValue == paramInt)
        return localMetaioWorldChannelState;
    }
    throw new IllegalArgumentException("No enum " + MetaioWorldChannelState.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.MetaioWorldChannelState
 * JD-Core Version:    0.6.2
 */