net.infonode.properties.propertymap.ref
Class PropertyMapRefDecoder

java.lang.Object
  extended by net.infonode.properties.propertymap.ref.PropertyMapRefDecoder

public class PropertyMapRefDecoder
extends java.lang.Object

Version:
$Revision: 1.4 $
Author:
$Author: jesper $

Field Summary
static int COMPOSITE
           
static int PARENT
           
static int PROPERTY_OBJECT_PROPERTY
           
static int THIS
           
 
Constructor Summary
private PropertyMapRefDecoder()
           
 
Method Summary
static PropertyMapRef decode(java.io.ObjectInputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARENT

public static final int PARENT
See Also:
Constant Field Values

THIS

public static final int THIS
See Also:
Constant Field Values

PROPERTY_OBJECT_PROPERTY

public static final int PROPERTY_OBJECT_PROPERTY
See Also:
Constant Field Values

COMPOSITE

public static final int COMPOSITE
See Also:
Constant Field Values
Constructor Detail

PropertyMapRefDecoder

private PropertyMapRefDecoder()
Method Detail

decode

public static PropertyMapRef decode(java.io.ObjectInputStream in)
                             throws java.io.IOException
Throws:
java.io.IOException