Joe, 

Joseph Kesselman wrote:
> The DOM's solution was to say that the IDL attribute's name was XXX, and
> that the Java binding for retrieving boolean attributes was isXXX rather
> than getXXX to follow Java Bean conventions. See, for example
> Attr.specified, which in Java is bound to the accessor isSpecified. 
> 
> But that's abstract IDL which is styled, rather than directly compiled, to
> produce the bindings.

What is the abstract IDL you are referring to?

To my knowledge, the binding from IDL to Java converts an IDL attribute
name of type XXX to getXXX.
Thus, Attr.specified is converted to getSpecified. 

Do you think it is possible to change IDL binding to generate Java
boolean functions of type isXXX?
 
Thank you,
-- 
Elena Litani / IBM Toronto

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

Reply via email to