|
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 |
public interface LyField
The field interface is used to represent a field of a LyClass.
A LyField is mainly defined by an identifier and a java class for storing effective values of this LyField.
This class is implemented by both physical fields ans logical fields (classes that both extends LyPeerField or LyFieldInfo).
LyClass
,
LyPeerField
,
LyFieldInfo
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
LyValue |
buildFieldValue(java.lang.Object value)
Builds the appropriate field value (LyValue) corresponding to this field from an untyped value object. |
java.lang.String |
getId()
Gets identifier of this field. |
java.lang.Class<?> |
getValueClass()
Gets the java class representation of the value of this field. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
java.lang.String getId()
java.lang.Class<?> getValueClass()
LyValue buildFieldValue(java.lang.Object value)
value
- Untyped value.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |