Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-1359

New SDOUtil: Upper and lower bound on properties where 'isMany' is true

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • Java-SDO-1.1
    • Java SDO Tools
    • None

    Description

      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(); }

      Attachments

        1. 1359.patch
          9 kB
          Amita Vadhavkar

        Activity

          People

            amitav Amita Vadhavkar
            chrlandbo Christian Landbo Frederiksen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: