Uploaded image for project: 'mdsal'
  1. mdsal
  2. MDSAL-151

Add "add"/"del" utility methods to builders.

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • None
    • None
    • Binding V2 codegen
    • None
    • Operating System: All
      Platform: All

      It will make it much easier to work with List properties if in addition to setter & getter we can add "adder" & "remover" of elements, e.g. if the property type is List<Node> and today we have "void setNode(List<Node> node)" & "List<Node> getNodes()", we should add also "void addNode(Node node)" and "delNode(Node node)" to make it easy to use.

            JieHan2017 Jie Han
            saichler@cisco.com Sharon Aicler
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: