Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 45127 invoked from network); 15 Aug 2006 17:16:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Aug 2006 17:16:07 -0000 Received: (qmail 48934 invoked by uid 500); 15 Aug 2006 17:16:04 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 48866 invoked by uid 500); 15 Aug 2006 17:16:04 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 48855 invoked by uid 99); 15 Aug 2006 17:16:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Aug 2006 10:16:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ggregory@seagullsoftware.com designates 12.6.96.2 as permitted sender) Received: from [12.6.96.2] (HELO mailer.seagullsoftware.com) (12.6.96.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Aug 2006 10:16:03 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: [lang] EnumUtils new method? Date: Tue, 15 Aug 2006 13:15:40 -0400 Message-ID: <19B78354A4AA3E4287384F3D30933F880116D34C@MAIL1.seagull.nl> In-Reply-To: <44D92129.2030900@btopenworld.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [lang] EnumUtils new method? Thread-Index: Aca7RDqUQ4XGoIKDQ2G2nh9jHxevZgFSd0dA From: "Gary Gregory" To: "Jakarta Commons Developers List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello: In EnumUtils we have: public static Enum getEnum(Class enumClass, String name) What I need to ask a List of Enum classes for an Enum: public static Enum getEnum(List enumClassList, String name) Is this too odd a case? Should I keep my utility method in my own code? Your thoughts please... Thank you, Gary --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org