Interface PropertyMapRef
-
- All Known Implementing Classes:
CompositeMapRef
,ParentMapRef
,PropertyMapPropertyRef
,ThisPropertyMapRef
public interface PropertyMapRef
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyMapImpl
getMap(PropertyMapImpl map)
void
write(java.io.ObjectOutputStream out)
-
-
-
Method Detail
-
getMap
PropertyMapImpl getMap(PropertyMapImpl map)
-
write
void write(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-