jrre.types
Class FloatType

java.lang.Object
  |
  +--jrre.types.Type
        |
        +--jrre.types.FloatType

public class FloatType
extends Type

Version:
Author:
Christopher Ellsworth (Chris@chrisellsworth.com)

Constructor Summary
FloatType(float value)
           
 
Method Summary
 float getValue()
          Gets the Value.
 void setValue(float value)
          Sets the Value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FloatType

public FloatType(float value)
Parameters:
value -
Method Detail

getValue

public float getValue()
Gets the Value.


setValue

public void setValue(float value)
Sets the Value.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2002 Appalachian State University. All Rights Reserved.