|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.kilim.description.TemplateElementImpl
org.objectweb.kilim.description.InlinedElement
org.objectweb.kilim.description.TpAccessor
org.objectweb.kilim.description.TpGetter
Field Summary | |
private java.lang.Object |
resultValue
|
Fields inherited from class org.objectweb.kilim.description.TpAccessor |
fieldName, isStatic, support |
Fields inherited from class org.objectweb.kilim.description.InlinedElement |
|
Fields inherited from class org.objectweb.kilim.description.TemplateElementImpl |
|
Constructor Summary | |
TpGetter(BasicElement aSupport,
java.lang.String aField,
boolean jsStatic,
TemplateDescription aTemplate)
Tje public constructor for getter description. |
Method Summary | |
int |
getKind()
returns the element kind. |
Methods inherited from class org.objectweb.kilim.description.TpAccessor |
getFieldName, getSupport, isStatic, isStatic, setFieldName, setSupport |
Methods inherited from class org.objectweb.kilim.description.InlinedElement |
getLocalName, getStatus, isEventSource, performsAction, providesValue, setLocalName, setStatus |
Methods inherited from class org.objectweb.kilim.description.TemplateElementImpl |
clone, getContainingTemplate, getTemplateDefHierarchy, setContainingTemplate |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.kilim.description.TemplateElement |
clone, getContainingTemplate, getTemplateDefHierarchy, setContainingTemplate |
Field Detail |
private java.lang.Object resultValue
Constructor Detail |
public TpGetter(BasicElement aSupport, java.lang.String aField, boolean jsStatic, TemplateDescription aTemplate) throws KilimException
aSupport
- : the element on which the accessor will be applied.aField
- : name of the field to be accessed.jsStatic
- : true if the accessor is static.aTemplate
- : the template in which the accessor isz defined.
KilimException
- : generated if template is null.Method Detail |
public int getKind()
BasicElement
BasicElement.getKind()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |