org.mmbase.bridge.mock
Class MockCloudContext.NodeDescription

java.lang.Object
  extended by org.mmbase.bridge.mock.MockCloudContext.NodeDescription
Enclosing class:
MockCloudContext

public static class MockCloudContext.NodeDescription
extends Object

Simple structure to contain the data of an MMBase node in memory. Basicly a container for Map and type information (The name of the associated nodemanager).


Field Summary
 Set<String> aliases
           
 String type
           
 Map<String,Object> values
           
 
Constructor Summary
MockCloudContext.NodeDescription(String t, Map<String,Object> v)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public final String type

values

public final Map<String,Object> values

aliases

public final Set<String> aliases
Constructor Detail

MockCloudContext.NodeDescription

public MockCloudContext.NodeDescription(String t,
                                        Map<String,Object> v)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


MMBase 2.0-SNAPSHOT - null