// 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: // MediaAction public static final class extends Enum { private static final DISCONNECT $VALUES[]; public static final DISCONNECT CONNECT; public static final DISCONNECT DISCONNECT; public static final DISCONNECT NEXT; public static final DISCONNECT PAUSE; public static final DISCONNECT PLAY; public static final DISCONNECT PLAY_PAUSE; public static final DISCONNECT PREV; public static final DISCONNECT STOP; public static final DISCONNECT VOLUME_DOWN; public static final DISCONNECT VOLUME_UP; public static valueOf(String s) { return ()Enum.valueOf(com/olio/communication/actions/MediaAction$MediaEvent, s); } public static [] values() { return ([])$VALUES.clone(); } static { VOLUME_UP = new ("VOLUME_UP", 0); VOLUME_DOWN = new ("VOLUME_DOWN", 1); NEXT = new ("NEXT", 2); PREV = new ("PREV", 3); PLAY_PAUSE = new ("PLAY_PAUSE", 4); STOP = new ("STOP", 5); CONNECT = new ("CONNECT", 6); PLAY = new ("PLAY", 7); PAUSE = new ("PAUSE", 8); DISCONNECT = new ("DISCONNECT", 9); $VALUES = (new .VALUES[] { VOLUME_UP, VOLUME_DOWN, NEXT, PREV, PLAY_PAUSE, STOP, CONNECT, PLAY, PAUSE, DISCONNECT }); } private (String s, int i) { super(s, i); } }