|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.hli.ecad.ECADAssemblyHelper.AssemblyOptions
Field Summary | |
String |
checkinComment
comment to be added to all Assemblies being checkedin |
String |
componentListing
name of the file that holds the listing of components that this assembly uses |
String |
context
name of context in the solution used for the assembly: PDMLink's product or ProjectLink's project, or default context for PDM Classic |
boolean |
createComponents
whether or not to create the components that this assembly uses |
String |
createFolder
name of Windchil folder to create the associated documents and parts in |
boolean |
createParts
whether or not to create a document/part pair for each component that this assembly uses |
boolean |
createPassiveLinks
whether or not to create a document/part pair for each component that this assembly uses |
boolean |
createSchematicPart
whether or not to create a document/part pair for the Schematic (if being create) |
String |
designFile
name of the zip file that holds the design |
String |
documentLifeCycle
name of the LifeCycle for the documents |
LifeCycleTemplateReference |
partLifecycle
the Lifecycle for new WTParts |
View |
partView
the View for new WTParts |
String |
solutionType
name of WC solution used for the assembly; corresponds values from com.ptc.epm.commands.XMLutil.XMLAssemblyHelper |
Constructor Summary | |
ECADAssemblyHelper.AssemblyOptions()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String solutionType
public String context
public String createFolder
public String designFile
public String documentLifeCycle
public String componentListing
public boolean createComponents
public boolean createParts
public boolean createPassiveLinks
public boolean createSchematicPart
public LifeCycleTemplateReference partLifecycle
public View partView
public String checkinComment
Constructor Detail |
public ECADAssemblyHelper.AssemblyOptions()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |