org.gscg.gameleader.animation2D.mouse
Class IntrospectionData
java.lang.Object
org.gscg.gameleader.animation2D.mouse.IntrospectionData
- All Implemented Interfaces:
- java.io.Serializable
- public class IntrospectionData
- extends java.lang.Object
- implements java.io.Serializable
Contains the field data of an introspected object, plus some additional
information regarding the object like the key.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX
Delft, the Netherlands. All rights reserved.
See for project information
www.simulation.tudelft.nl .
The source code and binary code of this software is proprietary information
of Delft University of Technology.
- Since:
- 1.1.2
- Version:
- $Revision: 1.1 $ $Date: 2005/06/16 12:33:54 $
- Author:
- Stijn-Pieter
van Houten
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntrospectionData
public IntrospectionData(java.io.Serializable key,
IntrospectedFieldData[] data,
java.lang.String name)
- constructs a new IntrospectionData
- Parameters:
key
- the keydata
- the dataname
- the name
getData
public IntrospectedFieldData[] getData()
- Returns:
- Returns the data
getKey
public java.io.Serializable getKey()
- Returns:
- Returns the key
getName
public java.lang.String getName()
- Returns:
- Returns the name
Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.