Rony G. Flatscher wrote:

just curious: ran over the definition of
<com.sun.star.packages.zip.ZipConstants>, which lists constant values of
*different/varying* (!) types!

Is that an error or to be expected?
...

I'd call it to be expected. I don't know anything about how that stuff was done, but there is no particular reason to expect members of a constant group (as opposed to an enum) to be of the same type.

http://api.openoffice.org/docs/DevelopersGuide/FirstSteps/FirstSteps.xhtml#1_5_4_Common_Types

And if you look at the definition of the API, you'll see that your reflection is exactly the types specified (after UNO->Java mapping):

http://api.openoffice.org/docs/common/ref/com/sun/star/packages/zip/ZipConstants.html

Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to