Uses of Class
com.ptc.wgmecad.ecad.ECADAttributes

Packages that use ECADAttributes
com.ptc.wgmecad   
com.ptc.wgmecad.ecad   
 

Uses of ECADAttributes in com.ptc.wgmecad
 

Methods in com.ptc.wgmecad with parameters of type ECADAttributes
private  Vector WindchillIntegrationManager.convertECADAttributesDef2AttributeStatus(ECADAttributes attrs, String epmDoc)
           
private  Properties DesignAll.filterUserAttrs(Properties allProps, ECADAttributes attrDefs, String docType)
           
 

Uses of ECADAttributes in com.ptc.wgmecad.ecad
 

Methods in com.ptc.wgmecad.ecad that return ECADAttributes
private  ECADAttributes ClientInterface.readAttributesDefinition(File attrdef_file)
           
 

Methods in com.ptc.wgmecad.ecad with parameters of type ECADAttributes
static void ClientInterface.addAttributes(DocCreationHelper dch, Element document, String type, ECADAttributes attributes, Properties attributeProperties)
          iterate thru all the ECADAttributDef's for the document type and then create an appropriate Integer, String or Double value based on the attributes type in the ECADAttributDef, set the value to what is read in from the properties file, and then set these values on the document.
private  void ClientInterface.addAttributesToAllDocs(DocCreationHelper dch, Element ecadDesign, Properties attributeProperties, ECADAttributes attributes)