// 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 org.apache.commons.lang3; // Referenced classes of package org.apache.commons.lang3: // ClassUtils public static final class extends Enum { private static final EXCLUDE $VALUES[]; public static final EXCLUDE EXCLUDE; public static final EXCLUDE INCLUDE; public static valueOf(String s) { return ()Enum.valueOf(org/apache/commons/lang3/ClassUtils$Interfaces, s); } public static [] values() { return ([])$VALUES.clone(); } static { INCLUDE = new ("INCLUDE", 0); EXCLUDE = new ("EXCLUDE", 1); $VALUES = (new .VALUES[] { INCLUDE, EXCLUDE }); } private (String s, int i) { super(s, i); } }