Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-88

SequencerOutput setProperty and setReference method signatures need to be changed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 0.2
    • 0.1
    • Sequencers
    • None
    • Medium

      Both methods' first parameter should be a Path. The setProperty method should have one method for each JSR-283 primitive type, with the last parameter being of that type, and the setReference method's last parameter should be Path..., as follows:

      setProperty(Path nodePath, String property, Path path)
      setProperty(Path nodePath, String property, Boolean value)
      setProperty(Path nodePath, String property, String value)
      etc.

      setReference(Path nodePath, String property, Path... paths)

              rhauch Randall Hauch (Inactive)
              teiid John Verhaeg (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: