com.daylight
Class Integer

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

public class Integer
extends DaylightObject

Object representing an integer


Field Summary
 
Fields inherited from class com.daylight.DaylightCppObject
ref
 
Constructor Summary
Integer()
          from dt_alloc_integer.
Integer(int val)
          from dt_alloc_integer.
 
Method Summary
 Integer 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.
 int getValue()
          from dt_integervalue.
 void setValue(int value)
          from dt_setintegervalue.
 
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

Integer

public Integer()
        throws DaylightException
from dt_alloc_integer.

Throws:
DaylightException

Integer

public Integer(int val)
        throws DaylightException
from dt_alloc_integer.

Throws:
DaylightException
Method Detail

copy

public Integer copy()
             throws DaylightException
from dt_copy.

Throws:
DaylightException

getValue

public int getValue()
             throws DaylightException
from dt_integervalue.

Throws:
DaylightException

setValue

public void setValue(int value)
              throws DaylightException
from dt_setintegervalue.

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