|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.kilim.description.TemplateElementImpl
| Field Summary | |
private TemplateDescription |
containingTemplate
|
| Constructor Summary | |
protected |
TemplateElementImpl()
|
protected |
TemplateElementImpl(TemplateDescription aTemplate)
A public constructor for TemplateElementImpl. |
| Method Summary | |
java.lang.Object |
clone()
clones a template |
TemplateDescription |
getContainingTemplate()
returns the template in which the element is defined. |
java.util.Iterator |
getTemplateDefHierarchy()
returns as an iterator all templates in which an element has been defined and overloaded. |
void |
setContainingTemplate(TemplateDescription aDescription)
sets the template in which the element is defined. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private TemplateDescription containingTemplate
| Constructor Detail |
protected TemplateElementImpl(TemplateDescription aTemplate)
aTemplate - : the template containing the element.protected TemplateElementImpl()
Object.Object()| Method Detail |
public TemplateDescription getContainingTemplate()
TemplateElement
getContainingTemplate in interface TemplateElementorg.objectweb.kilim.description.TemplateElement#getTemplate()public java.util.Iterator getTemplateDefHierarchy()
TemplateElement
getTemplateDefHierarchy in interface TemplateElementTemplateElement.getTemplateDefHierarchy()
public void setContainingTemplate(TemplateDescription aDescription)
throws KilimException
TemplateElement
setContainingTemplate in interface TemplateElementaDescription - : the template.
KilimException - :TemplateElement.setContainingTemplate(TemplateDescription)public java.lang.Object clone()
TemplateElement
clone in interface TemplateElementObject.clone()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||