Uses of Class
org.xwiki.rest.model.jaxb.Class

Uses of Class in org.xwiki.rest.model.jaxb
 

Fields in org.xwiki.rest.model.jaxb with type parameters of type Class
protected  java.util.List<Class> Classes.clazzs
           
 

Methods in org.xwiki.rest.model.jaxb that return Class
 Class ObjectFactory.createClass()
          Create an instance of Class
 Class Class.withId(java.lang.String value)
           
 Class Class.withLinks(java.util.Collection<Link> values)
           
 Class Class.withLinks(Link... values)
           
 Class Class.withName(java.lang.String value)
           
 Class Class.withProperties(java.util.Collection<Property> values)
           
 Class Class.withProperties(Property... values)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Class
 java.util.List<Class> Classes.getClazzs()
          Gets the value of the clazzs property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type Class
 Classes Classes.withClazzs(Class... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Class
 Classes Classes.withClazzs(java.util.Collection<Class> values)
           
 



Copyright © 2004-2010 XWiki. All Rights Reserved.