bookExamples.ch24Reflection
Class Ex6

java.lang.Object
  extended by bookExamples.ch24Reflection.Ex6

public class Ex6
extends java.lang.Object

User: lyon Date: Oct 22, 2006 Time: 6:18:36 AM Copyright DocJava, Inc. 2005.


Constructor Summary
Ex6()
           
 
Method Summary
 double getTheta()
           
 DoubleProperties getThetaProperties()
           
 int getX()
           
 IntProperties getXProperties()
           
 void setTheta(double theta)
           
 void setX(int x)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ex6

public Ex6()
Method Detail

getTheta

public double getTheta()

setTheta

public void setTheta(double theta)

getX

public int getX()

setX

public void setX(int x)

getThetaProperties

public DoubleProperties getThetaProperties()

getXProperties

public IntProperties getXProperties()