[ 
https://issues.apache.org/jira/browse/TUSCANY-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amita Vadhavkar updated TUSCANY-1359:
-------------------------------------

    Attachment: 1359.patch

Added bounds.xsd and BoundsTestCase.java (included in AllTests) and the changes 
as per previous comment in SDOHelperImpl, SDOHelper, SDOUtil and 
SDOUtil(deprecated)

> New SDOUtil: Upper and lower bound on properties where 'isMany' is true
> -----------------------------------------------------------------------
>
>                 Key: TUSCANY-1359
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1359
>             Project: Tuscany
>          Issue Type: Wish
>          Components: Java SDO Tools
>            Reporter: Christian Landbo Frederiksen
>            Assignee: Amita Vadhavkar
>            Priority: Minor
>             Fix For: Java-SDO-Next
>
>         Attachments: 1359.patch
>
>
> Can be implemented like this:
>  public static int getUpperBound(Property property) {
> return ((EStructuralFeature) property).getUpperBound();
>  }
>    public static int getLowerBound(Property property) {
>            return ((EStructuralFeature) property).getLowerBound();
>    }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to