Interface Discloser


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

    • addProperty

      void addProperty(String key, Object value)
    • setValue

      void setValue(Object value)
    • addChild

      void addChild(Item item)