|
|||||||||||
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.TpSetter
Field Summary | |
private BasicElement |
value
|
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 | |
TpSetter(BasicElement aSupport,
java.lang.String aField,
boolean jStatic,
TemplateDescription aTemplate)
The public constructor for a setter description. |
Method Summary | |
int |
getKind()
returns the element kind. |
BasicElement |
getValue()
returns the value associated to the setter. |
void |
setValue(BasicElement aValue)
sets the value associated to the setter. |
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 BasicElement value
Constructor Detail |
public TpSetter(BasicElement aSupport, java.lang.String aField, boolean jStatic, TemplateDescription aTemplate) throws KilimException
aSupport
- : the element on which the setter will b e applied.aField
- : the name of the field.jStatic
- : true if the setter is static.aTemplate
- : the template in which the setter is declared.
KilimException
- : generated if a Support, aField or aTemplate is null.Method Detail |
public void setValue(BasicElement aValue)
aValue
- : the value to be set.public BasicElement getValue()
public int getKind()
BasicElement
BasicElement.getKind()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |