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 ContainerMethod 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 TypeMethodDescriptionvoidClassChoice.addContainer(int index, Container vContainer) voidClassChoice.addContainer(Container vContainer) booleanClassChoice.removeContainer(Container vContainer) Method removeContainer.voidClassChoice.setContainer(int index, Container vContainer) voidClassChoice.setContainer(Container[] vContainerArray)