Re: Importing and using Enum types

2011-02-23 Thread Kasim
Thanks. That did the trick. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from thi

Re: Importing and using Enum types

2011-02-23 Thread Baishampayan Ghose
> The name of the Enum Class is (Unfortunately) IContainer.Type that lives in > com.xuggle.xuggler package. > I believe it is the dot within the IContainer.Type class name that is giving > me headache. > > I'd appreciate any input or work around that I am not aware of. Try IContainer$Type/READ and

Re: Importing and using Enum types

2011-02-23 Thread Kasim
Thanks Ken. I was able to use enums before as you have suggested but here is the specific issue: The name of the Enum Class is (Unfortunately) IContainer.Type that lives in com.xuggle.xuggler package. I believe it is the dot within the IContainer.Type class name that is giving me headache. I'd

Re: Importing and using Enum types

2011-02-22 Thread Ken Wesson
On Tue, Feb 22, 2011 at 11:38 PM, Kasim wrote: > Hi Hackers, > I am trying to import and use following Enum class from Clojure: > http://build.xuggle.com/view/Stable/job/xuggler_jdk5_stable/javadoc/java/api/com/xuggle/xuggler/IContainer.Type.html > > Basically, I need it so that I can feed it to a