Uses of Interface
org.objectweb.kilim.description.NamedElement

Packages that use NamedElement
org.objectweb.kilim.description   
 

Uses of NamedElement in org.objectweb.kilim.description
 

Subinterfaces of NamedElement in org.objectweb.kilim.description
 interface BasicNamedElement
           
 

Classes in org.objectweb.kilim.description that implement NamedElement
 class BasicNamedElementImpl
           
 class Instance
           
 class Port
           
 class Property
           
 class Provider
           
 class Slot
           
 class Transformer
           
 

Fields in org.objectweb.kilim.description declared as NamedElement
(package private)  NamedElement TemplateDescription.ProviderData.provider
           
 

Methods in org.objectweb.kilim.description that return NamedElement
private  NamedElement TemplateDescription.getLocalMapElement(java.lang.String aName, int tabKey)
           
private  NamedElement TemplateDescription.getRMapElement(java.lang.String aName, int tabKey)
           
 

Methods in org.objectweb.kilim.description with parameters of type NamedElement
private  void TemplateDescription.addSubTemplate1(NamedElement element, int tabKey, TemplateDescription aTemplate)
           
private  void TemplateDescription.addLocalMapElement(NamedElement aElement, int tabKey)
           
 

Constructors in org.objectweb.kilim.description with parameters of type NamedElement
TemplateDescription.ProviderData(int aKind, NamedElement aProvider)