rendsite.engine.node
Class Node_Value

java.lang.Object
  extended by rendsite.engine.node.Node
      extended by rendsite.engine.node.Node_Value

public class Node_Value
extends Node

Crawler node for a marker.

Author:
erich Version History
 10NOV09 - EPG - First package release.
 

Field Summary
 things.data.NV nv
          Name and the value.
 
Constructor Summary
Node_Value()
          Create a node.
Node_Value(things.data.NV nv)
          Create a node.
Node_Value(java.lang.String name, java.lang.String value)
          Create a node.
 
Method Summary
 
Methods inherited from class rendsite.engine.node.Node
getName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nv

public things.data.NV nv
Name and the value. If the value isNULL, then it does not represent a previous value in the store; just remove it.

Constructor Detail

Node_Value

public Node_Value()
           throws java.lang.Throwable
Create a node.

Throws:
java.lang.Throwable

Node_Value

public Node_Value(java.lang.String name,
                  java.lang.String value)
           throws java.lang.Throwable
Create a node.

Parameters:
name - The name
value - the value
Throws:
java.lang.Throwable

Node_Value

public Node_Value(things.data.NV nv)
           throws java.lang.Throwable
Create a node.

Parameters:
nv - the name/value.
Throws:
java.lang.Throwable


rendsite.