|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.data.daemon.LyDaemon
leon.data.daemon.LyFieldInfoDaemon
public abstract class LyFieldInfoDaemon
Daemon for calculated relations.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
abstract void |
freeValue(LyObject object)
To free a calculated value for the specified object. |
LyFieldInfo |
getFieldInfo()
Get the fieldInfo handled by this daemon |
abstract java.lang.Object |
getValue(LyObject object)
To get the value for the specified object. |
Methods inherited from class leon.data.daemon.LyDaemon |
---|
getInfo, getSourceClass, idRehashed, objectCreated, objectDeleted, objectModified, unload |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Method Detail |
---|
public abstract java.lang.Object getValue(LyObject object)
object
- the object we want the value.
public abstract void freeValue(LyObject object)
object
- the object we want to free the value.public LyFieldInfo getFieldInfo()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |