Uses of Class
com.ptc.hli.ecad.query.PersistedSchematicDocument

Packages that use PersistedSchematicDocument
com.ptc.hli.ecad.query   
 

Uses of PersistedSchematicDocument in com.ptc.hli.ecad.query
 

Fields in com.ptc.hli.ecad.query declared as PersistedSchematicDocument
private  PersistedSchematicDocument PersistedDesign.schematicDoc
           
 

Methods in com.ptc.hli.ecad.query that return PersistedSchematicDocument
static PersistedSchematicDocument PersistedSchematicDocument.getInstance(Object schematicDocument, PersistedDesign design)
           
 PersistedSchematicDocument PersistedDesign.getSchematic()
           
 

Methods in com.ptc.hli.ecad.query with parameters of type PersistedSchematicDocument
private  boolean PersistedDesign.setSchematic(PersistedSchematicDocument doc)