net.infonode.properties.propertymap.ref
Class ParentMapRef

java.lang.Object
  extended by net.infonode.properties.propertymap.ref.ParentMapRef
All Implemented Interfaces:
PropertyMapRef

public class ParentMapRef
extends java.lang.Object
implements PropertyMapRef

Version:
$Revision: 1.5 $
Author:
$Author: jesper $

Field Summary
static ParentMapRef INSTANCE
           
 
Constructor Summary
private ParentMapRef()
           
 
Method Summary
 PropertyMapImpl getMap(PropertyMapImpl object)
           
 java.lang.String toString()
           
 void write(java.io.ObjectOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final ParentMapRef INSTANCE
Constructor Detail

ParentMapRef

private ParentMapRef()
Method Detail

getMap

public PropertyMapImpl getMap(PropertyMapImpl object)
Specified by:
getMap in interface PropertyMapRef

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

write

public void write(java.io.ObjectOutputStream out)
           throws java.io.IOException
Specified by:
write in interface PropertyMapRef
Throws:
java.io.IOException