You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Amita Vadhavkar (JIRA)" <tu...@ws.apache.org> on 2007/11/22 11:05:43 UTC

[jira] Commented: (TUSCANY-1359) New SDOUtil: Upper and lower bound on properties where 'isMany' is true

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

Amita Vadhavkar commented on TUSCANY-1359:
------------------------------------------

Fixed under revision 597362

> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org