Uses of Class
org.exolab.castor.mapping.xml.Property

Packages that use Property
org.exolab.castor.mapping.xml XML objects for loading the mapping file. 
 

Uses of Property in org.exolab.castor.mapping.xml
 

Methods in org.exolab.castor.mapping.xml that return Property
 Property BindXml.getProperty(int index)
          Method getProperty.
 Property[] BindXml.getProperty()
          Method getProperty.Returns the contents of the collection in an Array.
 Property BindXml.removePropertyAt(int index)
          Method removePropertyAt.
 

Methods in org.exolab.castor.mapping.xml with parameters of type Property
 void BindXml.addProperty(Property vProperty)
           
 void BindXml.addProperty(int index, Property vProperty)
           
 boolean BindXml.removeProperty(Property vProperty)
          Method removeProperty.
 void BindXml.setProperty(int index, Property vProperty)
           
 void BindXml.setProperty(Property[] vPropertyArray)
           
 



Copyright 2008 null. All Rights Reserved.