Class NodeItem

java.lang.Object
org.codehaus.modello.test.features.NodeItem
All Implemented Interfaces:
Serializable

public class NodeItem extends Object implements Serializable
Class NodeItem.
Version:
$Revision$ $Date$
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getChild

      public NodeItem getChild()
      Get the child field.
      Returns:
      NodeItem
    • getValue

      public String getValue()
      Get the value field.
      Returns:
      String
    • setChild

      public void setChild(NodeItem child)
      Set the child field.
      Parameters:
      child - a child object.
    • setValue

      public void setValue(String value)
      Set the value field.
      Parameters:
      value - a value object.