// 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.notifications.new_notifications; // Referenced classes of package com.olio.communication.notifications.new_notifications: // StreamItem public static final class extends Enum { private static final NotUrgent $VALUES[]; public static final NotUrgent NotUrgent; public static final NotUrgent Urgent; public static valueOf(String s) { return ()Enum.valueOf(com/olio/communication/notifications/new_notifications/StreamItem$Urgency, s); } public static [] values() { return ([])$VALUES.clone(); } static { Urgent = new ("Urgent", 0); NotUrgent = new ("NotUrgent", 1); $VALUES = (new .VALUES[] { Urgent, NotUrgent }); } private (String s, int i) { super(s, i); } }