// 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.communication.actions; // Referenced classes of package com.olio.communication.actions: // WebAction public static final class extends Enum { private static final LOGIN $VALUES[]; public static final LOGIN DELETE; public static final LOGIN DOWNLOAD; public static final LOGIN GET; public static final LOGIN LOGIN; public static final LOGIN POST; public static final LOGIN PUT; public static valueOf(String s) { return ()Enum.valueOf(com/olio/communication/actions/WebAction$HttpVerb, s); } public static [] values() { return ([])$VALUES.clone(); } static { GET = new ("GET", 0); POST = new ("POST", 1); PUT = new ("PUT", 2); DELETE = new ("DELETE", 3); DOWNLOAD = new ("DOWNLOAD", 4); LOGIN = new ("LOGIN", 5); $VALUES = (new .VALUES[] { GET, POST, PUT, DELETE, DOWNLOAD, LOGIN }); } private (String s, int i) { super(s, i); } }