|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.tudelft.simulation.language.reflection.SerializableField
public class SerializableField
A SerializableField.
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl/language
License of use: Lesser
General Public License (LGPL) , no warranty
| Constructor Summary | |
|---|---|
SerializableField(Class clazz,
String fieldName)
constructs a new SerializableField |
|
SerializableField(Field field)
constructs a new SerializableField |
|
| Method Summary | |
|---|---|
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(Field field)
field - The field
public SerializableField(Class clazz,
String fieldName)
throws NoSuchFieldException
clazz - the clazz this field is instance offieldName - the name of the field
NoSuchFieldException - whenever the field is not defined in clazz| Method Detail |
|---|
public Field deSerialize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||