Uses of Class
org.exolab.castor.mapping.xml.Container
Packages that use Container
-
Uses of Container in org.exolab.castor.mapping.xml
Methods in org.exolab.castor.mapping.xml that return ContainerModifier and TypeMethodDescriptionClassChoice.getContainer()
Method getContainer.Returns the contents of the collection in an Array.ClassChoice.getContainer
(int index) Method getContainer.ClassChoice.removeContainerAt
(int index) Method removeContainerAt.static Container
Method unmarshal.Methods in org.exolab.castor.mapping.xml that return types with arguments of type ContainerModifier and TypeMethodDescriptionEnumeration<? extends Container>
ClassChoice.enumerateContainer()
Method enumerateContainer.ClassChoice.iterateContainer()
Method iterateContainer.Methods in org.exolab.castor.mapping.xml with parameters of type ContainerModifier and TypeMethodDescriptionvoid
ClassChoice.addContainer
(int index, Container vContainer) void
ClassChoice.addContainer
(Container vContainer) boolean
ClassChoice.removeContainer
(Container vContainer) Method removeContainer.void
ClassChoice.setContainer
(int index, Container vContainer) void
ClassChoice.setContainer
(Container[] vContainerArray)