step.typedef
Interface StepDef

All Known Implementing Classes:
Attribute, FieldModifier, LocalFieldDef, RecordDef, Type

public interface StepDef

An object that can be converted to all or part of a STEP-DL definition.

See Also:
Compiler

Method Summary
 String toStepDL()
          Render the object as STEP-DL text.
 

Method Detail

toStepDL

public String toStepDL()
Render the object as STEP-DL text.