| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Abstract class to enable binding between a OS-specific scripting language & objects.
All properties (i.e. matching get/set pairs) in the object to be marshalled to/from
should be of type String
Property names are determined by capitalising the first letter of a variable name,
and setting the rest of the characters to lowercase
If the objects populated have the following methods defined, they will be used:
public void setOriginalDocument( List document )
public List getOriginalDocument()
NOTE: The implementation of this class doesn't allow multiple lines which
set the same variable to be edited.
Method Summary | |
(package private) final String | marshall(Object object) Serialises the given Object |
(package private) final Object | unmarshall(String doc, String filename) Converts a serialised object back into an Object |
Method Detail |
final String marshall(Object object)
throws fipaos.parser.ParserException
Object
String
representation of the given objectfinal Object unmarshall(String doc, String filename)
throws fipaos.parser.ParserException
Object
Object
Association Links |
to Class java.util.List
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |