package com.metaio.sdk.jni;

public class ARELSceneOptionVector
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public ARELSceneOptionVector()
  {
    this(MetaioSDKJNI.new_ARELSceneOptionVector(), true);
  }

  protected ARELSceneOptionVector(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  protected static long getCPtr(ARELSceneOptionVector paramARELSceneOptionVector)
  {
    if (paramARELSceneOptionVector == null)
      return 0L;
    return paramARELSceneOptionVector.swigCPtr;
  }

  public void add(ARELSceneOption paramARELSceneOption)
  {
    MetaioSDKJNI.ARELSceneOptionVector_add(this.swigCPtr, this, ARELSceneOption.getCPtr(paramARELSceneOption), paramARELSceneOption);
  }

  public void clear()
  {
    MetaioSDKJNI.ARELSceneOptionVector_clear(this.swigCPtr, this);
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_ARELSceneOptionVector(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public ARELSceneOption get(int paramInt)
  {
    return new ARELSceneOption(MetaioSDKJNI.ARELSceneOptionVector_get(this.swigCPtr, this, paramInt), false);
  }

  public boolean isEmpty()
  {
    return MetaioSDKJNI.ARELSceneOptionVector_isEmpty(this.swigCPtr, this);
  }

  public void set(int paramInt, ARELSceneOption paramARELSceneOption)
  {
    MetaioSDKJNI.ARELSceneOptionVector_set(this.swigCPtr, this, paramInt, ARELSceneOption.getCPtr(paramARELSceneOption), paramARELSceneOption);
  }

  public long size()
  {
    return MetaioSDKJNI.ARELSceneOptionVector_size(this.swigCPtr, this);
  }
}

/* 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.ARELSceneOptionVector
 * JD-Core Version:    0.6.2
 */