// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.olio.util; // Referenced classes of package com.olio.util: // ALog public static final class value extends Enum { private static final MUTE $VALUES[]; public static final MUTE D; public static final MUTE E; public static final MUTE I; public static final MUTE MUTE; public static final MUTE V; public static final MUTE W; public final int value; public static value valueOf(String s) { return (value)Enum.valueOf(com/olio/util/ALog$Level, s); } public static value[] values() { return (value[])$VALUES.clone(); } static { V = new ("V", 0, 1); D = new ("D", 1, 2); I = new ("I", 2, 3); W = new ("W", 3, 4); E = new ("E", 4, 5); MUTE = new ("MUTE", 5, 0x7fffffff); $VALUES = (new .VALUES[] { V, D, I, W, E, MUTE }); } private (String s, int i, int j) { super(s, i); value = j; } }