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