Uses of Interface
org.apache.torque.generator.source.SourceElementName

Packages that use SourceElementName
org.apache.torque.generator.source This package contains the handling of source files. 
 

Uses of SourceElementName in org.apache.torque.generator.source
 

Methods in org.apache.torque.generator.source with parameters of type SourceElementName
 SourceElement SourceElement.getChild(SourceElementName sourceElementName)
          Returns the first child of this SourceElement which has the given name.
 List<SourceElement> SourceElement.getChildren(SourceElementName sourceElementName)
          Returns all children of this SourceElement which have the given name.
 

Constructors in org.apache.torque.generator.source with parameters of type SourceElementName
SourceElement(SourceElementName sourceElementName)
          Constructor.
 



Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.