org.jboss.gravel.common.util
Interface NodeMap

All Superinterfaces:
Map<String,NodeMap>
All Known Implementing Classes:
NodeHashMap

public interface NodeMap
extends Map<String,NodeMap>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 String getNodeValue()
           
 boolean hasNodeValue()
           
 void lock()
           
 void setNodeValue(String value)
           
 String toString()
          Return the node value, or null if there is none.
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

hasNodeValue

boolean hasNodeValue()

getNodeValue

String getNodeValue()

setNodeValue

void setNodeValue(String value)

lock

void lock()

toString

String toString()
Return the node value, or null if there is none.

Overrides:
toString in class Object
Returns:
the node value