Uses of Class
Raccoon.SE.PVAttribute

Packages that use PVAttribute
Raccoon.SE   
 

Uses of PVAttribute in Raccoon.SE
 

Methods in Raccoon.SE that return PVAttribute
 PVAttribute PVSchema.getAttr(int index)
           
 PVAttribute PVSchema.removeAttr(java.lang.String attrName)
           
 PVAttribute PVRelation.getAttribute(int i)
           
 

Methods in Raccoon.SE with parameters of type PVAttribute
 void PVSchema.addAttr(PVAttribute newAttr)
           
 boolean PVAttribute.match(PVAttribute attr)