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 PropertyMethod 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 TypeMethodDescriptionvoidBindXml.addProperty(int index, Property vProperty) voidBindXml.addProperty(Property vProperty) booleanBindXml.removeProperty(Property vProperty) Method removeProperty.voidBindXml.setProperty(int index, Property vProperty) voidBindXml.setProperty(Property[] vPropertyArray)