package com.metaio.sdk.jni;

public class ArelCall
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public ArelCall()
  {
    this(MetaioSDKJNI.new_ArelCall(), true);
  }

  public ArelCall(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public static long getCPtr(ArelCall paramArelCall)
  {
    if (paramArelCall == null)
      return 0L;
    return paramArelCall.swigCPtr;
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_ArelCall(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public ArelCallDetail getCall()
  {
    return ArelCallDetail.swigToEnum(MetaioSDKJNI.ArelCall_call_get(this.swigCPtr, this));
  }

  public ArelCallCategory getCategory()
  {
    return ArelCallCategory.swigToEnum(MetaioSDKJNI.ArelCall_category_get(this.swigCPtr, this));
  }

  public void setCall(ArelCallDetail paramArelCallDetail)
  {
    MetaioSDKJNI.ArelCall_call_set(this.swigCPtr, this, paramArelCallDetail.swigValue());
  }

  public void setCategory(ArelCallCategory paramArelCallCategory)
  {
    MetaioSDKJNI.ArelCall_category_set(this.swigCPtr, this, paramArelCallCategory.swigValue());
  }
}

/* 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.ArelCall
 * JD-Core Version:    0.6.2
 */