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

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

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

Methods in com.ptc.windchill.esi.rnd that return VdbGroup
 VdbGroup VdbContainer.getGroup(String name)
          Returns a VdbGroup from the groups collection.
protected  VdbGroup VdbBuilderImpl.getGroup(String groupName)
          Returns the VdbGroup identified by the groupName attribute.
 

Methods in com.ptc.windchill.esi.rnd with parameters of type VdbGroup
 void VdbContainer.addGroup(String name, VdbGroup group)
          Adds a VdbGroup to the groups collection.