Class ThisPropertyMapRef
- java.lang.Object
-
- net.infonode.properties.propertymap.ref.ThisPropertyMapRef
-
- All Implemented Interfaces:
PropertyMapRef
public class ThisPropertyMapRef extends java.lang.Object implements PropertyMapRef
-
-
Field Summary
Fields Modifier and Type Field Description static ThisPropertyMapRef
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyMapImpl
getMap(PropertyMapImpl object)
java.lang.String
toString()
void
write(java.io.ObjectOutputStream out)
-
-
-
Field Detail
-
INSTANCE
public static final ThisPropertyMapRef INSTANCE
-
-
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
-
-