Uses of Class
org.exolab.castor.mapping.xml.Container

Packages that use Container
org.exolab.castor.mapping.xml XML objects for loading the mapping file. 
 

Uses of Container in org.exolab.castor.mapping.xml
 

Methods in org.exolab.castor.mapping.xml that return Container
 Container ClassChoice.getContainer(int index)
          Method getContainer.
 Container[] ClassChoice.getContainer()
          Method getContainer.Returns the contents of the collection in an Array.
 Container ClassChoice.removeContainerAt(int index)
          Method removeContainerAt.
static Container Container.unmarshal(java.io.Reader reader)
          Method unmarshal.
 

Methods in org.exolab.castor.mapping.xml with parameters of type Container
 void ClassChoice.addContainer(Container vContainer)
           
 void ClassChoice.addContainer(int index, Container vContainer)
           
 boolean ClassChoice.removeContainer(Container vContainer)
          Method removeContainer.
 void ClassChoice.setContainer(int index, Container vContainer)
           
 void ClassChoice.setContainer(Container[] vContainerArray)
           
 



Copyright 2008 null. All Rights Reserved.