eXo Kernel :: Container 2.5.0-GA

Uses of Class
org.exoplatform.xml.object.XMLField

Packages that use XMLField
org.exoplatform.xml.object   
 

Uses of XMLField in org.exoplatform.xml.object
 

Methods in org.exoplatform.xml.object that return XMLField
 XMLField XMLObject.getField(String name)
           
 

Methods in org.exoplatform.xml.object that return types with arguments of type XMLField
 Iterator<XMLField> XMLObject.getFieldIterator()
           
 Collection<XMLField> XMLObject.getFields()
           
 

Methods in org.exoplatform.xml.object with parameters of type XMLField
 void XMLObject.addField(XMLField field)
           
 

Method parameters in org.exoplatform.xml.object with type arguments of type XMLField
 void XMLObject.setFields(Collection<XMLField> fields)
           
 void XMLObject.setFields(Map<String,XMLField> fields)
           
 


eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.