// 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.bluetooth.channel_messages; // Referenced classes of package com.olio.communication.bluetooth.channel_messages: // ANCSNotification static final class extends Enum { private static final NegativeActionLabel $VALUES[]; public static final NegativeActionLabel AppIdentifier; public static final NegativeActionLabel Date; public static final NegativeActionLabel Message; public static final NegativeActionLabel MessageSize; public static final NegativeActionLabel NegativeActionLabel; public static final NegativeActionLabel PositiveActionLabel; public static final NegativeActionLabel Subtitle; public static final NegativeActionLabel Title; public static valueOf(String s) { return ()Enum.valueOf(com/olio/communication/bluetooth/channel_messages/ANCSNotification$NotificationAttributeId, s); } public static [] values() { return ([])$VALUES.clone(); } static { AppIdentifier = new ("AppIdentifier", 0); Title = new ("Title", 1); Subtitle = new ("Subtitle", 2); Message = new ("Message", 3); MessageSize = new ("MessageSize", 4); Date = new ("Date", 5); PositiveActionLabel = new ("PositiveActionLabel", 6); NegativeActionLabel = new ("NegativeActionLabel", 7); $VALUES = (new .VALUES[] { AppIdentifier, Title, Subtitle, Message, MessageSize, Date, PositiveActionLabel, NegativeActionLabel }); } private (String s, int i) { super(s, i); } }