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

Packages that use Attribute
org.xwiki.rest.model.jaxb   
 

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

Fields in org.xwiki.rest.model.jaxb with type parameters of type Attribute
protected  List<Attribute> Property.attributes
           
 

Methods in org.xwiki.rest.model.jaxb that return Attribute
 Attribute ObjectFactory.createAttribute()
          Create an instance of Attribute
 Attribute Attribute.withLinks(Collection<Link> values)
           
 Attribute Attribute.withLinks(Link... values)
           
 Attribute Attribute.withName(String value)
           
 Attribute Attribute.withValue(String value)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Attribute
 List<Attribute> Property.getAttributes()
          Gets the value of the attributes property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type Attribute
 Property Property.withAttributes(Attribute... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Attribute
 Property Property.withAttributes(Collection<Attribute> values)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.