sidl
Class Float.Holder

java.lang.Object
  extended by sidl.Float.Holder
Enclosing class:
Float

public static class Float.Holder
extends java.lang.Object

This is the holder inner class for inout and out arguments for type Float.


Constructor Summary
Float.Holder()
          Create a holder class with an empty holdee object.
Float.Holder(float obj)
          Create a holder with the specified object.
 
Method Summary
 float get()
          Get the value of the holdee object.
 void set(float obj)
          Set the value of the holdee object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Float.Holder

public Float.Holder()
Create a holder class with an empty holdee object.


Float.Holder

public Float.Holder(float obj)
Create a holder with the specified object.

Method Detail

set

public void set(float obj)
Set the value of the holdee object.


get

public float get()
Get the value of the holdee object.