|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.daylight.DaylightCppObject
com.daylight.DaylightObject
com.daylight.Integer
public class Integer
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 java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Integer() throws DaylightException
DaylightException
public Integer(int val) throws DaylightException
DaylightException
Method Detail |
---|
public Integer copy() throws DaylightException
DaylightException
public int getValue() throws DaylightException
DaylightException
public void setValue(int value) throws DaylightException
DaylightException
protected void finalize() throws java.lang.Throwable
finalize
in class DaylightObject
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |