net.infonode.properties.propertymap.ref
Class PropertyMapPropertyRef

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

public class PropertyMapPropertyRef
extends java.lang.Object
implements PropertyMapRef

Version:
$Revision: 1.8 $
Author:
$Author: jesper $

Field Summary
private  java.lang.String propertyName
           
 
Constructor Summary
  PropertyMapPropertyRef(PropertyMapProperty property)
           
private PropertyMapPropertyRef(java.lang.String propertyName)
           
 
Method Summary
static PropertyMapRef decode(java.io.ObjectInputStream in)
           
 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

propertyName

private java.lang.String propertyName
Constructor Detail

PropertyMapPropertyRef

private PropertyMapPropertyRef(java.lang.String propertyName)

PropertyMapPropertyRef

public PropertyMapPropertyRef(PropertyMapProperty property)
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

decode

public static PropertyMapRef decode(java.io.ObjectInputStream in)
                             throws java.io.IOException
Throws:
java.io.IOException