public class CompositeMapRef extends java.lang.Object implements PropertyMapRef
| Constructor and Description |
|---|
CompositeMapRef(PropertyMapRef ref1,
PropertyMapRef ref2) |
| Modifier and Type | Method and Description |
|---|---|
static CompositeMapRef |
decode(java.io.ObjectInputStream in) |
PropertyMapImpl |
getMap(PropertyMapImpl object) |
java.lang.String |
toString() |
void |
write(java.io.ObjectOutputStream out) |
public CompositeMapRef(PropertyMapRef ref1, PropertyMapRef ref2)
public PropertyMapImpl getMap(PropertyMapImpl object)
getMap in interface PropertyMapRefpublic java.lang.String toString()
toString in class java.lang.Objectpublic void write(java.io.ObjectOutputStream out)
throws java.io.IOException
write in interface PropertyMapRefjava.io.IOExceptionpublic static CompositeMapRef decode(java.io.ObjectInputStream in) throws java.io.IOException
java.io.IOException