Uses of Class
org.apache.bval.xml.XMLMetaProperty

Packages that use XMLMetaProperty
org.apache.bval.xml   
 

Uses of XMLMetaProperty in org.apache.bval.xml
 

Methods in org.apache.bval.xml that return XMLMetaProperty
 XMLMetaProperty XMLMetaBean.getProperty(String name)
           
 XMLMetaProperty XMLMetaBean.removeProperty(String name)
           
 

Methods in org.apache.bval.xml that return types with arguments of type XMLMetaProperty
 List<XMLMetaProperty> XMLMetaBean.getProperties()
           
 

Methods in org.apache.bval.xml with parameters of type XMLMetaProperty
 void XMLMetaBean.addProperty(XMLMetaProperty property)
           
 void XMLMetaBean.putProperty(XMLMetaProperty property)
           
 

Method parameters in org.apache.bval.xml with type arguments of type XMLMetaProperty
 void XMLMetaBean.setProperties(List<XMLMetaProperty> properties)
           
 



Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.