// 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 org.jdeferred; // Referenced classes of package org.jdeferred: // DeferredManager public static final class extends Enum { private static final MANAUL $VALUES[]; public static final MANAUL AUTO; public static final MANAUL DEFAULT; public static final MANAUL MANAUL; public static valueOf(String s) { return ()Enum.valueOf(org/jdeferred/DeferredManager$StartPolicy, s); } public static [] values() { return ([])$VALUES.clone(); } static { DEFAULT = new ("DEFAULT", 0); AUTO = new ("AUTO", 1); MANAUL = new ("MANAUL", 2); $VALUES = (new .VALUES[] { DEFAULT, AUTO, MANAUL }); } private (String s, int i) { super(s, i); } }