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