Re: Re: How to import and use an enum enclosed in an java interface?

2011-08-03 Thread Ken Wesson
On Tue, Aug 2, 2011 at 10:42 AM, finbeu info_pe...@t-online.de wrote: Works! Ken, thx. You're welcome. -- Protege: What is this seething mass of parentheses?! Master: Your father's Lisp REPL. This is the language of a true hacker. Not as clumsy or random as C++; a language for a more civilized

Re: How to import and use an enum enclosed in an java interface?

2011-08-02 Thread Ken Wesson
On Tue, Aug 2, 2011 at 9:37 AM, finbeu info_pe...@t-online.de wrote: Hello, how do I have to use an enum in clojure that is enclosed in an java interface? I decomplied it in IDEA and I got something like that: package com.api.test; public interface Foo {     .     .     static

Re: How to import and use an enum enclosed in an java interface?

2011-08-02 Thread Meikel Brandmeyer (kotarak)
Hi, and with import: (import 'com.api.test.Foo$BarType) (.theMethod myObject Foo$BarType/One) Sincerely Meikel -- 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

Aw: Re: How to import and use an enum enclosed in an java interface?

2011-08-02 Thread finbeu
Works! Ken, thx. -- 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 this group,

Aw: Re: How to import and use an enum enclosed in an java interface?

2011-08-02 Thread finbeu
This works also! thx a lot. -- 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 this