This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Accessing to Java array and namespace


Hi, All!

I define namespace as
(define-namespace PropertyValue <com.sun.star.beans.PropertyValue>)

It is possible - create java array
   PropertyValue[] loadProps = new PropertyValue[0];
as
   (define loadProps (<PropertyValue[]>)) ;; or somehow so
not
   (define loadProps (<com.sun.star.beans.PropertyValue[]>))

Thanks!

--
WBR, Yaroslav Kavenchuk.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]