Uses of Class
org.apache.torque.generator.source.SourcePathTest.Child
-
Packages that use SourcePathTest.Child Package Description org.apache.torque.generator.source -
-
Uses of SourcePathTest.Child in org.apache.torque.generator.source
Fields in org.apache.torque.generator.source declared as SourcePathTest.Child Modifier and Type Field Description SourcePathTest.Child
SourcePathTest.Child. subchild
Fields in org.apache.torque.generator.source with type parameters of type SourcePathTest.Child Modifier and Type Field Description List<SourcePathTest.Child>
SourcePathTest.Root. childList
Methods in org.apache.torque.generator.source that return SourcePathTest.Child Modifier and Type Method Description SourcePathTest.Child
SourcePathTest.Root. getChild()
Methods in org.apache.torque.generator.source with parameters of type SourcePathTest.Child Modifier and Type Method Description void
SourcePathTest.Root. setChild(SourcePathTest.Child child)
Constructors in org.apache.torque.generator.source with parameters of type SourcePathTest.Child Constructor Description Child(String value, SourcePathTest.Child subchild)
-