Uses of Class
org.exolab.castor.mapping.xml.Property
Packages that use Property
-
Uses of Property in org.exolab.castor.mapping.xml
Methods in org.exolab.castor.mapping.xml that return PropertyModifier and TypeMethodDescriptionProperty[]
BindXml.getProperty()
Method getProperty.Returns the contents of the collection in an Array.BindXml.getProperty
(int index) Method getProperty.BindXml.removePropertyAt
(int index) Method removePropertyAt.static Property
Method unmarshal.Methods in org.exolab.castor.mapping.xml that return types with arguments of type PropertyModifier and TypeMethodDescriptionEnumeration<? extends Property>
BindXml.enumerateProperty()
Method enumerateProperty.BindXml.iterateProperty()
Method iterateProperty.Methods in org.exolab.castor.mapping.xml with parameters of type PropertyModifier and TypeMethodDescriptionvoid
BindXml.addProperty
(int index, Property vProperty) void
BindXml.addProperty
(Property vProperty) boolean
BindXml.removeProperty
(Property vProperty) Method removeProperty.void
BindXml.setProperty
(int index, Property vProperty) void
BindXml.setProperty
(Property[] vPropertyArray)