Resolved: Java API Question

2008-11-24 Thread Phil Murnane
Thanks, everyone, for your suggestions.  I think I'll go with trapping the error off a getField() call. Thanks Again, --Phil - Original Message From: LJ Longwing [EMAIL PROTECTED] To: arslist@ARSLIST.ORG Sent: Monday, November 24, 2008 10:54:27 AM Subject: Re: Java API Question If

Resolved: Java API Question Regarding fields of type Enum

2007-11-08 Thread Garrison, Sean (Norcross)
Thanks Appajee ... With your help I was able to figure it out. It looks something like this: EnumLimitInfo einfo = (EnumLimitInfo) Field.getFieldLimit(); EnumItems[] enums = einfo.getEnumCustomLimit(); For each EnumItem you can do something like this enums[0]. getEnumItemName().toString().