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

Packages that use BasicNamedElement
org.objectweb.kilim.description   
 

Uses of BasicNamedElement in org.objectweb.kilim.description
 

Classes in org.objectweb.kilim.description that implement BasicNamedElement
 class BasicNamedElementImpl
           
 class Port
           
 class Property
           
 class Provider
           
 class Transformer
           
 

Fields in org.objectweb.kilim.description declared as BasicNamedElement
private  BasicNamedElement Reference.boundElement
           
 

Methods in org.objectweb.kilim.description that return BasicNamedElement
 BasicNamedElement TemplateDescription.getAnyProvider(java.lang.String aName, boolean onlyLocal)
           
 BasicNamedElement TemplateDescription.getTransformer(java.lang.String aName, boolean onlyLocal)
           
 

Methods in org.objectweb.kilim.description with parameters of type BasicNamedElement
 void TemplateDescription.addLocalProvider(BasicNamedElement aProvider)
           
 void TemplateDescription.addLocalTransformer(BasicNamedElement transformer)