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 IncludeMethod 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 TypeMethodDescriptionvoidMappingRoot.addInclude(int index, Include vInclude) voidMappingRoot.addInclude(Include vInclude) booleanMappingRoot.removeInclude(Include vInclude) Method removeInclude.voidMappingRoot.setInclude(int index, Include vInclude) voidMappingRoot.setInclude(Include[] vIncludeArray)