OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sdo message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: ISSUE 174: Use of variable length argument list inJavaHelper.define API


http://www.osoa.org/jira/browse/SDO-174

 

Von: Blaise Doughan [mailto:blaise.doughan@oracle.com]
Gesendet: Donnerstag, 5. August 2010 19:24
An: sdo@lists.oasis-open.org
Betreff: [sdo] Change Proposal for JavaHelper.define API

 

Hello All,

I would like to propose a change to the JavaHelper API:

Change:    Type define(Class<?> type)
To:  Type define(Class<?>... type)

The "..." will allow a user to do the following:

  • javaHelper.define(Customer.class);
  • javaHelper.define(Customer.class, Address.class);
  • javaHelper.define(Customer.class, Address.class, PhoneNumber.class);

-Blaise



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]