Class PropertyMapRefDecoder
- java.lang.Object
-
- net.infonode.properties.propertymap.ref.PropertyMapRefDecoder
-
public class PropertyMapRefDecoder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMPOSITE
static int
PARENT
static int
PROPERTY_OBJECT_PROPERTY
static int
THIS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PropertyMapRef
decode(java.io.ObjectInputStream in)
-
-
-
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
-
-
Method Detail
-
decode
public static PropertyMapRef decode(java.io.ObjectInputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
-