Class SourceElementToModelTransformerTest.Root
- java.lang.Object
-
- org.apache.torque.generator.source.transform.SourceElementToModelTransformerTest.Root
-
- Enclosing class:
- SourceElementToModelTransformerTest
public static class SourceElementToModelTransformerTest.Root extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<SourceElementToModelTransformerTest.Child>
childList
String
stringAttribute
Boolean
stringBooleanAttribute
-
Constructor Summary
Constructors Constructor Description Root()
-
-
-
Field Detail
-
stringAttribute
public String stringAttribute
-
stringBooleanAttribute
public Boolean stringBooleanAttribute
-
childList
public List<SourceElementToModelTransformerTest.Child> childList
-
-