|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IObjectWriter.IObjectProxy
Interface for building up object.
Method Summary | |
---|---|
Type |
getPropertyType(String name)
Get the property's type. |
boolean |
isExternalizable()
Is this externalizable object? If externalizable, readExternal() must be implemented. |
void |
readExternal(AmfDecoder in)
Read object's values in the same sequence and the same types as were written by writeExternal. |
void |
setProperty(String name,
Object value)
Set the property. |
Methods inherited from interface jp.develop.common.util.amf.util.IWrapper |
---|
getInstance, setInstance |
Method Detail |
---|
boolean isExternalizable()
void readExternal(AmfDecoder in) throws IOException
in
- The stream to read data from in order to restore the object.
IOException
- If I/O error occurs.Externalizable
Type getPropertyType(String name)
name
- Target property name.
void setProperty(String name, Object value)
name
- Target property name.value
- The value to be set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |