wt.step.processor
Class ImportTestHarness.StepFileContent

java.lang.Object
  extended bywt.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.


Field Summary
private  Vector _entities
           
 
Constructor Summary
protected ImportTestHarness.StepFileContent()
           
 
Method Summary
(package private)  void add(ImportTestHarness.Entity entity)
           
(package private)  String getContentAsString()
          Returns a String containing all the contents of the STEP file to be imported.
 StepData toStepData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_entities

private Vector _entities
Constructor Detail

ImportTestHarness.StepFileContent

protected ImportTestHarness.StepFileContent()
Method Detail

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.