// 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.philips.lighting.model; // Referenced classes of package com.philips.lighting.model: // PHLight public static final class extends Enum { public static final EFFECT_COLORLOOP EFFECT_COLORLOOP; public static final EFFECT_COLORLOOP EFFECT_NONE; public static final EFFECT_COLORLOOP EFFECT_UNKNOWN; private static final EFFECT_COLORLOOP ENUM$VALUES[]; public static valueOf(String s) { return ()Enum.valueOf(com/philips/lighting/model/PHLight$PHLightEffectMode, s); } public static [] values() { a[] = ENUM$VALUES; int i = a.length; a1[] = new ENUM.VALUES[i]; System.arraycopy(a, 0, a1, 0, i); return a1; } static { EFFECT_UNKNOWN = new ("EFFECT_UNKNOWN", 0); EFFECT_NONE = new ("EFFECT_NONE", 1); EFFECT_COLORLOOP = new ("EFFECT_COLORLOOP", 2); ENUM$VALUES = (new ENUM.VALUES[] { EFFECT_UNKNOWN, EFFECT_NONE, EFFECT_COLORLOOP }); } private (String s, int i) { super(s, i); } }