package com.metaio.sdk.jni;

public enum ARELObjectType
{
  private final int swigValue;

  static
  {
    ARELObjectTypePOI = new ARELObjectType("ARELObjectTypePOI", 3);
    ARELObjectTypeAudio = new ARELObjectType("ARELObjectTypeAudio", 4);
    ARELObjectTypeLight = new ARELObjectType("ARELObjectTypeLight", 5);
    ARELObjectType[] arrayOfARELObjectType = new ARELObjectType[6];
    arrayOfARELObjectType[0] = ARELObjectType3D;
    arrayOfARELObjectType[1] = ARELObjectTypeImage;
    arrayOfARELObjectType[2] = ARELObjectTypeVideo;
    arrayOfARELObjectType[3] = ARELObjectTypePOI;
    arrayOfARELObjectType[4] = ARELObjectTypeAudio;
    arrayOfARELObjectType[5] = ARELObjectTypeLight;
  }

  private ARELObjectType()
  {
    this.swigValue = SwigNext.access$008();
  }

  private ARELObjectType(int paramInt)
  {
    this.swigValue = paramInt;
    SwigNext.access$002(paramInt + 1);
  }

  private ARELObjectType(ARELObjectType paramARELObjectType)
  {
    this.swigValue = paramARELObjectType.swigValue;
    SwigNext.access$002(1 + this.swigValue);
  }

  public static ARELObjectType swigToEnum(int paramInt)
  {
    ARELObjectType[] arrayOfARELObjectType = (ARELObjectType[])ARELObjectType.class.getEnumConstants();
    if ((paramInt < arrayOfARELObjectType.length) && (paramInt >= 0) && (arrayOfARELObjectType[paramInt].swigValue == paramInt))
      return arrayOfARELObjectType[paramInt];
    int i = arrayOfARELObjectType.length;
    for (int j = 0; j < i; j++)
    {
      ARELObjectType localARELObjectType = arrayOfARELObjectType[j];
      if (localARELObjectType.swigValue == paramInt)
        return localARELObjectType;
    }
    throw new IllegalArgumentException("No enum " + ARELObjectType.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.ARELObjectType
 * JD-Core Version:    0.6.2
 */