|
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.LyValue
public abstract class LyValue
This class is a field value, it implements a memory representation of a 'pair' [field, value].
This class is used when giving a set of values (LyValueSet) to create or modify an object.
This method is abstract. It has two main inherited sub-classes :
LyField
,
LyFieldInfo
,
LyFieldInfoValue
,
LyPeerField
,
LyPeerFieldValue
,
LyValueSet
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
LyField |
getField()
Gets the field for which this field value was created. |
java.lang.String |
getString()
Gets the value that was given to the field as a String. |
java.lang.Object |
getValue()
Gets the value that was given to the field. |
boolean |
isNull()
Checks if this value associated to the field is null. |
void |
setValue(java.lang.Object value)
Sets the value of this field value. |
java.lang.String |
toString()
Returns this value as a string representation for debug / dump. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Method Detail |
---|
public final LyField getField()
public final java.lang.Object getValue()
public java.lang.String getString()
public final boolean isNull()
public void setValue(java.lang.Object value)
value
- Value assigned to this field value.
java.lang.IllegalArgumentException
- If the class of the field is not assignable from the
given value.public java.lang.String toString()
toString
in class java.lang.Object
getString()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |