Uses of Class
org.exolab.castor.mapping.xml.Include
Packages that use Include
-
Uses of Include in org.exolab.castor.mapping.xml
Methods in org.exolab.castor.mapping.xml that return IncludeModifier and TypeMethodDescriptionInclude[]
MappingRoot.getInclude()
Method getInclude.Returns the contents of the collection in an Array.MappingRoot.getInclude
(int index) Method getInclude.MappingRoot.removeIncludeAt
(int index) Method removeIncludeAt.static Include
Method unmarshal.Methods in org.exolab.castor.mapping.xml that return types with arguments of type IncludeModifier and TypeMethodDescriptionEnumeration
<? extends Include> MappingRoot.enumerateInclude()
Method enumerateInclude.MappingRoot.iterateInclude()
Method iterateInclude.Methods in org.exolab.castor.mapping.xml with parameters of type IncludeModifier and TypeMethodDescriptionvoid
MappingRoot.addInclude
(int index, Include vInclude) void
MappingRoot.addInclude
(Include vInclude) boolean
MappingRoot.removeInclude
(Include vInclude) Method removeInclude.void
MappingRoot.setInclude
(int index, Include vInclude) void
MappingRoot.setInclude
(Include[] vIncludeArray)