package com.worklight.location.api;

public enum WLConfidenceLevel
{
  static
  {
    HIGH = new WLConfidenceLevel("HIGH", 2);
    WLConfidenceLevel[] arrayOfWLConfidenceLevel = new WLConfidenceLevel[3];
    arrayOfWLConfidenceLevel[0] = LOW;
    arrayOfWLConfidenceLevel[1] = MEDIUM;
    arrayOfWLConfidenceLevel[2] = HIGH;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.worklight.location.api.WLConfidenceLevel
 * JD-Core Version:    0.6.2
 */