Uses of Class
com.ptc.wgmecad.table.ValueEPMDoc

Packages that use ValueEPMDoc
com.ptc.wgmecad   
com.ptc.wgmecad.exception   
com.ptc.wgmecad.table   
 

Uses of ValueEPMDoc in com.ptc.wgmecad
 

Fields in com.ptc.wgmecad declared as ValueEPMDoc
private  ValueEPMDoc ECADContentStatus.epmDoc
           
private  ValueEPMDoc ECADContentStatus.epmDescribes
           
private  ValueEPMDoc ECADContentItem.epmDoc
           
private  ValueEPMDoc ECADContentItem.epmDescribes
           
private  ValueEPMDoc AttributeStatus.epmDoc
           
 

Methods in com.ptc.wgmecad that return ValueEPMDoc
 ValueEPMDoc ECADContentStatus.getEpmDoc()
           
 ValueEPMDoc ECADContentStatus.getEpmDescribes()
           
 ValueEPMDoc ECADContentItem.getEpmDoc()
           
 ValueEPMDoc ECADContentItem.getEpmDescribes()
           
 ValueEPMDoc AttributeStatus.getEpmDoc()
           
 

Methods in com.ptc.wgmecad with parameters of type ValueEPMDoc
private  void WindchillIntegrationManager.addECADContentItems(Boolean modState, Boolean defState, File projDir, File tempDir, ValueEPMDoc epmDoc, String fileGroupName, File fileParentDir, String filePattern, ValueEPMDoc epmDescribes, DesignAll design)
          Iterate thru the ECAD Content as configured resolving it to specific files
 

Constructors in com.ptc.wgmecad with parameters of type ValueEPMDoc
ECADContentStatus(Boolean lockedState, Boolean defaultState, String designFileName, ValueFilePath designFilePath, ValueEPMDoc epmDoc, String fileGroup, ValueEPMDoc epmDescribes, ValueFileSize fileSize, String fileStatus)
           
ECADContentItem(Boolean lockedState, Boolean defaultState, File fileName, ValueEPMDoc epmDoc, String fileGroup, ValueEPMDoc epmDescribes)
           
AttributeStatus(String name, String type, ValueEPMDoc epmDoc, Boolean send, Boolean receive, String status)
           
 

Uses of ValueEPMDoc in com.ptc.wgmecad.exception
 

Fields in com.ptc.wgmecad.exception declared as ValueEPMDoc
(package private)  ValueEPMDoc BadEPMDocException.epmDoc
           
 

Constructors in com.ptc.wgmecad.exception with parameters of type ValueEPMDoc
BadEPMDocException(ValueEPMDoc epmDoc)
           
 

Uses of ValueEPMDoc in com.ptc.wgmecad.table
 

Fields in com.ptc.wgmecad.table declared as ValueEPMDoc
private static ValueEPMDoc ValueEPMDoc.BOARD
           
private static ValueEPMDoc ValueEPMDoc.SCHEMATIC
           
private static ValueEPMDoc ValueEPMDoc.ASSEMBLY
           
private static ValueEPMDoc ValueEPMDoc.SOURCE
           
private static ValueEPMDoc ValueEPMDoc.NONE
           
 

Methods in com.ptc.wgmecad.table that return ValueEPMDoc
static ValueEPMDoc ValueEPMDoc.stringToEPMDoc(String epmdoc)