// 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: // PhoneCallAction public static final class extends Enum { private static final VOICE_CONTROL_STOP $VALUES[]; public static final VOICE_CONTROL_STOP ANSWER_PHONE_CALL; public static final VOICE_CONTROL_STOP HANGUP; public static final VOICE_CONTROL_STOP MUTE; public static final VOICE_CONTROL_STOP UNMUTE; public static final VOICE_CONTROL_STOP VOICE_CONTROL_START; public static final VOICE_CONTROL_STOP VOICE_CONTROL_STOP; public static valueOf(String s) { return ()Enum.valueOf(com/olio/communication/actions/PhoneCallAction$Action, s); } public static [] values() { return ([])$VALUES.clone(); } static { ANSWER_PHONE_CALL = new ("ANSWER_PHONE_CALL", 0); HANGUP = new ("HANGUP", 1); MUTE = new ("MUTE", 2); UNMUTE = new ("UNMUTE", 3); VOICE_CONTROL_START = new ("VOICE_CONTROL_START", 4); VOICE_CONTROL_STOP = new ("VOICE_CONTROL_STOP", 5); $VALUES = (new .VALUES[] { ANSWER_PHONE_CALL, HANGUP, MUTE, UNMUTE, VOICE_CONTROL_START, VOICE_CONTROL_STOP }); } private (String s, int i) { super(s, i); } }