Interface Discloser


  • public interface Discloser
    Allows an item to disclose its properties and children/value.
    Author:
    Tony Vaagenes
    • Method Detail

      • addProperty

        void addProperty​(java.lang.String key,
                         java.lang.Object value)
      • setValue

        void setValue​(java.lang.Object value)
      • addChild

        void addChild​(Item item)