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

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

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

Fields in org.xwiki.rest.model.jaxb with type parameters of type Property
protected  List<Property> Object.properties
           
protected  List<Property> Properties.properties
           
protected  List<Property> Class.properties
           
 

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

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Property
 List<Property> Object.getProperties()
          Gets the value of the properties property.
 List<Property> Properties.getProperties()
          Gets the value of the properties property.
 List<Property> Class.getProperties()
          Gets the value of the properties property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type Property
 Object Object.withProperties(Property... values)
           
 Properties Properties.withProperties(Property... values)
           
 Class Class.withProperties(Property... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Property
 Object Object.withProperties(Collection<Property> values)
           
 Properties Properties.withProperties(Collection<Property> values)
           
 Class Class.withProperties(Collection<Property> values)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.