Class PropertyMapPropertyRef
- java.lang.Object
-
- net.infonode.properties.propertymap.ref.PropertyMapPropertyRef
-
- All Implemented Interfaces:
PropertyMapRef
public class PropertyMapPropertyRef extends java.lang.Object implements PropertyMapRef
-
-
Constructor Summary
Constructors Constructor Description PropertyMapPropertyRef(PropertyMapProperty property)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertyMapRef
decode(java.io.ObjectInputStream in)
PropertyMapImpl
getMap(PropertyMapImpl object)
java.lang.String
toString()
void
write(java.io.ObjectOutputStream out)
-
-
-
Constructor Detail
-
PropertyMapPropertyRef
public PropertyMapPropertyRef(PropertyMapProperty property)
-
-
Method Detail
-
getMap
public PropertyMapImpl getMap(PropertyMapImpl object)
- Specified by:
getMap
in interfacePropertyMapRef
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
write
public void write(java.io.ObjectOutputStream out) throws java.io.IOException
- Specified by:
write
in interfacePropertyMapRef
- Throws:
java.io.IOException
-
decode
public static PropertyMapRef decode(java.io.ObjectInputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
-