// 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.data.object.unit; // Referenced classes of package com.olio.data.object.unit: // SoftwarePackage public static final class extends Enum { private static final STANDARD_APP $VALUES[]; public static final STANDARD_APP STANDARD_APP; public static final STANDARD_APP SYSTEM_APP; public static valueOf(String s) { return ()Enum.valueOf(com/olio/data/object/unit/SoftwarePackage$InstallDestination, s); } public static [] values() { return ([])$VALUES.clone(); } static { SYSTEM_APP = new ("SYSTEM_APP", 0); STANDARD_APP = new ("STANDARD_APP", 1); $VALUES = (new .VALUES[] { SYSTEM_APP, STANDARD_APP }); } private (String s, int i) { super(s, i); } }