org.apache.commons.betwixt
Class TestMultipleCollectionMappings.Container

java.lang.Object
  extended by org.apache.commons.betwixt.TestMultipleCollectionMappings.Container
Enclosing class:
TestMultipleCollectionMappings

public static class TestMultipleCollectionMappings.Container
extends java.lang.Object


Constructor Summary
TestMultipleCollectionMappings.Container()
           
 
Method Summary
 void addElement(TestMultipleCollectionMappings.Element element)
           
 void addNode(TestMultipleCollectionMappings.Node1 node)
           
 java.util.Iterator getElements()
           
 java.util.Iterator getNodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMultipleCollectionMappings.Container

public TestMultipleCollectionMappings.Container()
Method Detail

getElements

public java.util.Iterator getElements()

addElement

public void addElement(TestMultipleCollectionMappings.Element element)

getNodes

public java.util.Iterator getNodes()

addNode

public void addNode(TestMultipleCollectionMappings.Node1 node)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.