// 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.ui; // Referenced classes of package com.olio.data.object.unit.ui: // WatchUi public static final class extends Enum { private static final DIGITAL $VALUES[]; public static final DIGITAL ANALOG; public static final DIGITAL DIGITAL; public static valueOf(String s) { return ()Enum.valueOf(com/olio/data/object/unit/ui/WatchUi$WatchFaceMode, s); } public static [] values() { return ([])$VALUES.clone(); } public e_3B_.clone fromString(String s) { if (s == null) { return ANALOG; } try { s = (ANALOG)Enum.valueOf(com/olio/data/object/unit/ui/WatchUi$WatchFaceMode, s.toUpperCase()); } // Misplaced declaration of an exception variable catch (String s) { return ANALOG; } return s; } public String toString() { switch (om.olio.data.object.unit.ui.WatchUi.WatchFaceMode[ordinal()]) { default: return ""; case 1: // '\001' return "ANALOG"; case 2: // '\002' return "DIGITAL"; } } static { ANALOG = new ("ANALOG", 0); DIGITAL = new ("DIGITAL", 1); $VALUES = (new .VALUES[] { ANALOG, DIGITAL }); } private (String s, int i) { super(s, i); } }