|
|||||||||
| Home >> All >> org >> jdaemon >> util >> [ data overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdaemon.util.data
Class AbstractType

java.lang.Objectorg.jdaemon.util.data.Type
org.jdaemon.util.data.AbstractType
- public class AbstractType
- extends Type
| Field Summary |
| Fields inherited from class org.jdaemon.util.data.Type |
|
| Constructor Summary | |
AbstractType(java.lang.String name,
java.lang.Class my_class)
Creates a new instance of AbstractType |
|
| Method Summary | |
java.lang.Object |
read(DataRepresentation representation)
Creates an object from some DataRepresentation |
void |
write(DataRepresentation representation,
java.lang.Object object)
Writes an object to some DataRepresentation |
| Methods inherited from class org.jdaemon.util.data.Type |
addSubtype, get, get, getJavaClass, getName, getType, getType, put |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
AbstractType
public AbstractType(java.lang.String name, java.lang.Class my_class)
- Creates a new instance of AbstractType
| Method Detail |
read
public java.lang.Object read(DataRepresentation representation) throws ReadError, ObjectInstantiationError
write
public void write(DataRepresentation representation, java.lang.Object object) throws WriteError
|
|||||||||
| Home >> All >> org >> jdaemon >> util >> [ data overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC