Uses of Class
com.ptc.windchill.esi.rnd.VdbElement

Packages that use VdbElement
com.ptc.windchill.esi.rnd   
 

Uses of VdbElement in com.ptc.windchill.esi.rnd
 

Methods in com.ptc.windchill.esi.rnd that return VdbElement
 VdbElement VdbGroup.getElement(Object key)
          Returns the element whose key is equal to the arrgument.
 

Methods in com.ptc.windchill.esi.rnd with parameters of type VdbElement
 void VdbGroup.addElement(Object key, VdbElement element)
          Adds a VdbElement to the collection at the location identified by key.
private  String VdbBuilderImpl.getAttValue(String name, VdbElement vdbElement)