com.daylight
Class Real

java.lang.Object
  extended by com.daylight.DaylightCppObject
      extended by com.daylight.DaylightObject
          extended by com.daylight.Real

public class Real
extends DaylightObject

Object representing a real number


Field Summary
 
Fields inherited from class com.daylight.DaylightCppObject
ref
 
Constructor Summary
Real()
          from dt_alloc_real.
Real(DaylightObject obj)
          for conversion *
Real(float val)
          from dt_alloc_real.
 
Method Summary
 Real copy()
          from dt_copy.
protected  void finalize()
          Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
 float getValue()
          from dt_realvalue.
 void setValue(float value)
          from dt_setrealvalue.
 
Methods inherited from class com.daylight.DaylightObject
appendStringProperty, checkProgramLicense, checkToolkitLicense, clearErrors, disableVirtualHandles, equals, getAdjunct, getAncestor, getBase, getBooleanProperty, getChiralClass, getChiralOrder, getCount, getErrors, getExistingObjectCount, getHandleProperty, getIntegerProperty, getParent, getPropertyNames, getPropertyType, getRealProperty, getRuntimeLibraryCreationDate, getRuntimeLibraryVersion, getStream, getStringProperty, getType, getTypename, getUniqueId, getUniqueIdRange, getWorstErrorType, hashCode, isNullObject, mpInitialize, mpLock, mpTrylock, mpUnlock, saveError, setAdjunct, setBooleanProperty, setHandleProperty, setIntegerProperty, setRealProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Real

public Real()
     throws DaylightException
from dt_alloc_real.

Throws:
DaylightException

Real

public Real(float val)
     throws DaylightException
from dt_alloc_real.

Throws:
DaylightException

Real

public Real(DaylightObject obj)
     throws DaylightException
for conversion *

Throws:
DaylightException
Method Detail

copy

public Real copy()
          throws DaylightException
from dt_copy.

Throws:
DaylightException

getValue

public float getValue()
               throws DaylightException
from dt_realvalue.

Throws:
DaylightException

setValue

public void setValue(float value)
              throws DaylightException
from dt_setrealvalue.

Throws:
DaylightException

finalize

protected void finalize()
                 throws java.lang.Throwable
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

Overrides:
finalize in class DaylightObject
Throws:
java.lang.Throwable