|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.language.reflection.SerializableField
A SerializableField
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Constructor Summary | |
SerializableField(java.lang.Class clazz,
java.lang.String fieldName)
constructs a new SerializableField |
|
SerializableField(java.lang.reflect.Field field)
constructs a new SerializableField |
|
| Method Summary | |
java.lang.reflect.Field |
deSerialize()
deserializes the field |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SerializableField(java.lang.reflect.Field field)
field - The field
public SerializableField(java.lang.Class clazz,
java.lang.String fieldName)
throws java.lang.NoSuchFieldException
clazz - the clazz this field is instance offieldName - the name of the field
java.lang.NoSuchFieldException - whenever the field is not defined in clazz| Method Detail |
public java.lang.reflect.Field deSerialize()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||