Class ListValue

java.lang.Object
org.bluezoo.gumdrop.config.ListValue

public class ListValue extends Object
Represents a list value in component configuration. Items can be simple values, component references, or inline components.
Author:
Chris Burdess
  • Constructor Details

    • ListValue

      public ListValue()
  • Method Details

    • addItem

      public void addItem(Object item)
      Adds an item to the list.
      Parameters:
      item - the item (String, ComponentReference, or ComponentDefinition)
    • getItems

      public List<Object> getItems()
      Returns all items in the list.
      Returns:
      the list of items
    • toString

      public String toString()
      Overrides:
      toString in class Object