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