bookExamples.ch24Reflection
Class IntProperties

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

public class IntProperties
extends java.lang.Object

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


Constructor Summary
IntProperties(java.lang.String units, int min, int max, int stepSize)
           
 
Method Summary
 int getMax()
           
 int getMin()
           
 int getStepSize()
           
 java.lang.String getUnits()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntProperties

public IntProperties(java.lang.String units,
                     int min,
                     int max,
                     int stepSize)
Method Detail

getMin

public int getMin()

getMax

public int getMax()

getStepSize

public int getStepSize()

getUnits

public java.lang.String getUnits()