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

Packages that use Property
org.exolab.castor.mapping.xml   
 

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

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

Methods in org.exolab.castor.mapping.xml that return types with arguments of type Property
 Enumeration<? extends Property> BindXml.enumerateProperty()
          Method enumerateProperty.
 Iterator<? extends Property> BindXml.iterateProperty()
          Method iterateProperty.
 

Methods in org.exolab.castor.mapping.xml with parameters of type Property
 void 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)
           
 



Copyright © 2011. All Rights Reserved.