package com.metaio.sdk.jni;

public enum MetaioWorldChannelActions
{
  private final int swigValue;

  static
  {
    MetaioWorldChannelActions[] arrayOfMetaioWorldChannelActions = new MetaioWorldChannelActions[2];
    arrayOfMetaioWorldChannelActions[0] = subscribe;
    arrayOfMetaioWorldChannelActions[1] = unsubscribe;
  }

  private MetaioWorldChannelActions()
  {
    this.swigValue = SwigNext.access$008();
  }

  private MetaioWorldChannelActions(int paramInt)
  {
    this.swigValue = paramInt;
    SwigNext.access$002(paramInt + 1);
  }

  private MetaioWorldChannelActions(MetaioWorldChannelActions paramMetaioWorldChannelActions)
  {
    this.swigValue = paramMetaioWorldChannelActions.swigValue;
    SwigNext.access$002(1 + this.swigValue);
  }

  public static MetaioWorldChannelActions swigToEnum(int paramInt)
  {
    MetaioWorldChannelActions[] arrayOfMetaioWorldChannelActions = (MetaioWorldChannelActions[])MetaioWorldChannelActions.class.getEnumConstants();
    if ((paramInt < arrayOfMetaioWorldChannelActions.length) && (paramInt >= 0) && (arrayOfMetaioWorldChannelActions[paramInt].swigValue == paramInt))
      return arrayOfMetaioWorldChannelActions[paramInt];
    int i = arrayOfMetaioWorldChannelActions.length;
    for (int j = 0; j < i; j++)
    {
      MetaioWorldChannelActions localMetaioWorldChannelActions = arrayOfMetaioWorldChannelActions[j];
      if (localMetaioWorldChannelActions.swigValue == paramInt)
        return localMetaioWorldChannelActions;
    }
    throw new IllegalArgumentException("No enum " + MetaioWorldChannelActions.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.MetaioWorldChannelActions
 * JD-Core Version:    0.6.2
 */