|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.daylight.DaylightCppObject
com.daylight.DaylightObject
public abstract class DaylightObject
Base class for all Daylight Objects
Field Summary |
---|
Fields inherited from class com.daylight.DaylightCppObject |
---|
ref |
Constructor Summary | |
---|---|
DaylightObject()
|
Method Summary | |
---|---|
void |
appendStringProperty(java.lang.String propertyName,
java.lang.String value)
from dt_appendstring. |
static boolean |
checkProgramLicense(java.lang.String program)
from dt_check_license. |
static boolean |
checkToolkitLicense(java.lang.String toolkit)
from dt_check_license. |
static void |
clearErrors()
from dt_errorclear. |
static void |
disableVirtualHandles()
from dt_vh_disable. |
boolean |
equals(java.lang.Object obj)
|
protected void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
DaylightObject |
getAdjunct()
from dt_adjunct. |
DaylightObject |
getAncestor()
|
DaylightObject |
getBase()
from dt_base. |
boolean |
getBooleanProperty(java.lang.String propertyName)
from dt_boolean. |
static ChiralValue |
getChiralClass(ChiralValue chival)
from dt_chiclass. |
static int |
getChiralOrder(ChiralValue chival)
from dt_chiorder. |
int |
getCount(DaylightObjectType type)
from dt_count. |
static java.lang.String[] |
getErrors(DaylightErrorType errorLevel)
from dt_errors. |
static int |
getExistingObjectCount()
gets the count of existing daylight objects. |
DaylightObject |
getHandleProperty(java.lang.String propertyName)
from dt_gethandle. |
int |
getIntegerProperty(java.lang.String propertyName)
from dt_integer. |
DaylightObject |
getParent()
from dt_parent. |
java.lang.String[] |
getPropertyNames()
from dt_propnames. |
PropertyType |
getPropertyType(java.lang.String propertyName)
from dt_proptype. |
float |
getRealProperty(java.lang.String propertyName)
from dt_real. |
static java.lang.String |
getRuntimeLibraryCreationDate()
from dt_info. |
static java.lang.String |
getRuntimeLibraryVersion()
from dt_info. |
Stream |
getStream(DaylightObjectType type)
from dt_stream. |
java.lang.String |
getStringProperty(java.lang.String propertyName)
from dt_string. |
DaylightObjectType |
getType()
from dt_type. |
java.lang.String |
getTypename()
from dt_typename. |
int |
getUniqueId()
from dt_uid. |
int |
getUniqueIdRange(DaylightObjectType type)
from dt_uidrange. |
static DaylightErrorType |
getWorstErrorType()
from dt_errorworst. |
int |
hashCode()
|
boolean |
isNullObject()
returns true if the object is the NULL_OB. |
static void |
mpInitialize()
from dt_mp_initialize |
static boolean |
mpLock(DaylightObject obj)
from dt_mp_lock |
static boolean |
mpTrylock(DaylightObject obj)
from dt_mp_trylock |
static boolean |
mpUnlock(DaylightObject obj)
from dt_mp_unlock |
static void |
saveError(java.lang.String name,
DaylightErrorType errorType,
java.lang.String message)
from dt_errorsave. |
void |
setAdjunct(DaylightObject obj)
from dt_setadjunct. |
void |
setBooleanProperty(java.lang.String propertyName,
boolean value)
from dt_setboolean. |
void |
setHandleProperty(java.lang.String propertyName,
DaylightObject obj)
from dt_setHandle. |
void |
setIntegerProperty(java.lang.String propertyName,
int value)
from dt_setinteger. |
void |
setRealProperty(java.lang.String propertyName,
float value)
from dt_setreal. |
void |
setStringProperty(java.lang.String propertyName,
java.lang.String value)
from dt_setstring. |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DaylightObject()
Method Detail |
---|
public boolean isNullObject() throws DaylightException
DaylightException
public DaylightObject getAdjunct() throws DaylightException
DaylightException
public void setAdjunct(DaylightObject obj) throws DaylightException
DaylightException
public int getCount(DaylightObjectType type) throws DaylightException
DaylightException
public Stream getStream(DaylightObjectType type) throws DaylightException
DaylightException
public DaylightObject getBase() throws DaylightException
DaylightException
public DaylightObject getParent() throws DaylightException
DaylightException
public DaylightObjectType getType() throws DaylightException
DaylightException
public java.lang.String getTypename() throws DaylightException
DaylightException
public int getUniqueId() throws DaylightException
DaylightException
public int getUniqueIdRange(DaylightObjectType type) throws DaylightException
DaylightException
public java.lang.String[] getPropertyNames() throws DaylightException
DaylightException
public PropertyType getPropertyType(java.lang.String propertyName) throws DaylightException
DaylightException
public DaylightObject getHandleProperty(java.lang.String propertyName) throws DaylightException
DaylightException
public void setHandleProperty(java.lang.String propertyName, DaylightObject obj) throws DaylightException
DaylightException
public boolean getBooleanProperty(java.lang.String propertyName) throws DaylightException
DaylightException
public void setBooleanProperty(java.lang.String propertyName, boolean value) throws DaylightException
DaylightException
public int getIntegerProperty(java.lang.String propertyName) throws DaylightException
DaylightException
public void setIntegerProperty(java.lang.String propertyName, int value) throws DaylightException
DaylightException
public float getRealProperty(java.lang.String propertyName) throws DaylightException
DaylightException
public void setRealProperty(java.lang.String propertyName, float value) throws DaylightException
DaylightException
public java.lang.String getStringProperty(java.lang.String propertyName) throws DaylightException
DaylightException
public void setStringProperty(java.lang.String propertyName, java.lang.String value) throws DaylightException
DaylightException
public void appendStringProperty(java.lang.String propertyName, java.lang.String value) throws DaylightException
DaylightException
public static java.lang.String getRuntimeLibraryCreationDate() throws DaylightException
DaylightException
public static java.lang.String getRuntimeLibraryVersion() throws DaylightException
DaylightException
public static boolean checkToolkitLicense(java.lang.String toolkit) throws DaylightException
DaylightException
public static boolean checkProgramLicense(java.lang.String program) throws DaylightException
DaylightException
public static java.lang.String[] getErrors(DaylightErrorType errorLevel) throws DaylightException
DaylightException
public static void clearErrors() throws DaylightException
DaylightException
public static void saveError(java.lang.String name, DaylightErrorType errorType, java.lang.String message) throws DaylightException
DaylightException
public static DaylightErrorType getWorstErrorType() throws DaylightException
DaylightException
public static int getExistingObjectCount() throws DaylightException
DaylightException
public static ChiralValue getChiralClass(ChiralValue chival) throws DaylightException
DaylightException
public static int getChiralOrder(ChiralValue chival) throws DaylightException
DaylightException
public static void disableVirtualHandles() throws DaylightException
DaylightException
public static void mpInitialize() throws DaylightException
DaylightException
public static boolean mpLock(DaylightObject obj) throws DaylightException
DaylightException
public static boolean mpUnlock(DaylightObject obj) throws DaylightException
DaylightException
public static boolean mpTrylock(DaylightObject obj) throws DaylightException
DaylightException
public DaylightObject getAncestor() throws DaylightException
DaylightException
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |