package com.splunk.mint;

 enum EnumActionType
{
  static
  {
    gnip = new EnumActionType("gnip", 3);
    trstart = new EnumActionType("trstart", 4);
    trstop = new EnumActionType("trstop", 5);
    network = new EnumActionType("network", 6);
    performance = new EnumActionType("performance", 7);
    view = new EnumActionType("view", 8);
    log = new EnumActionType("log", 9);
    EnumActionType[] arrayOfEnumActionType = new EnumActionType[10];
    arrayOfEnumActionType[0] = error;
    arrayOfEnumActionType[1] = event;
    arrayOfEnumActionType[2] = ping;
    arrayOfEnumActionType[3] = gnip;
    arrayOfEnumActionType[4] = trstart;
    arrayOfEnumActionType[5] = trstop;
    arrayOfEnumActionType[6] = network;
    arrayOfEnumActionType[7] = performance;
    arrayOfEnumActionType[8] = view;
    arrayOfEnumActionType[9] = log;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.splunk.mint.EnumActionType
 * JD-Core Version:    0.6.2
 */