|
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.peer.LyPeerField
leon.peer.java.LyAttributeField
public class LyAttributeField
The implementation of Lyfield to describe attributes of a LyJavaClass.
LyJavaClass
,
LyField
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LyAttributeField(java.lang.String name)
Constructor. |
Method Summary | |
---|---|
java.lang.reflect.Method |
getGetMethod(LyJavaClass javaClass)
Accessor to the get method for this field. |
java.lang.String |
getGetMethodName(LyJavaClass javaClass)
Accessor to the get method for this field. |
java.lang.String |
getId()
Gets the identifier of this field. |
java.lang.reflect.Method |
getSetMethod(LyJavaClass javaClass)
Accessor to the set method for this field. |
java.lang.String |
getSetMethodName(LyJavaClass javaClass)
Accessor to the set method for this field. |
java.lang.Class<?> |
getValueClass()
Gets the java class representation of the value of this field. |
void |
setValueClass(java.lang.Class<?> valueClass)
Sets the java class representation of the value of this field. |
Methods inherited from class leon.peer.LyPeerField |
---|
buildFieldValue |
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
Constructor Detail |
---|
public LyAttributeField(java.lang.String name)
Method Detail |
---|
public java.lang.String getId()
public java.lang.Class<?> getValueClass()
public void setValueClass(java.lang.Class<?> valueClass)
valueClass
- the java class representation of this field.public java.lang.String getGetMethodName(LyJavaClass javaClass)
javaClass
- the javaClass
public java.lang.reflect.Method getGetMethod(LyJavaClass javaClass)
javaClass
- the javaClass
public java.lang.String getSetMethodName(LyJavaClass javaClass)
javaClass
- the javaClass
public java.lang.reflect.Method getSetMethod(LyJavaClass javaClass)
javaClass
- the javaClass
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |