wt.step.processor
Class ImportTestHarness.StepFileContent
java.lang.Object
wt.step.processor.ImportTestHarness.StepFileContent
- Enclosing class:
- ImportTestHarness
- protected class ImportTestHarness.StepFileContent
- extends Object
Class representing the content of a STEP file (i.e. a number of Entity
lines). Note: The content is in windchill_schema.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_entities
private Vector _entities
ImportTestHarness.StepFileContent
protected ImportTestHarness.StepFileContent()
toStepData
public StepData toStepData()
throws Exception
- Throws:
Exception
add
void add(ImportTestHarness.Entity entity)
getContentAsString
String getContentAsString()
- Returns a String containing all the contents of the STEP file
to be imported.