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

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

Fields in org.xwiki.rest.model.jaxb with type parameters of type Property
protected  java.util.List<Property> Object.properties
           
protected  java.util.List<Property> Class.properties
           
protected  java.util.List<Property> Properties.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(java.util.Collection<Attribute> values)
           
 Property Property.withLinks(java.util.Collection<Link> values)
           
 Property Property.withLinks(Link... values)
           
 Property Property.withName(java.lang.String value)
           
 Property Property.withType(java.lang.String value)
           
 Property Property.withValue(java.lang.String value)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Property
 java.util.List<Property> Object.getProperties()
          Gets the value of the properties property.
 java.util.List<Property> Class.getProperties()
          Gets the value of the properties property.
 java.util.List<Property> Properties.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)
           
 Class Class.withProperties(Property... values)
           
 Properties Properties.withProperties(Property... values)
           
 

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



Copyright © 2004-2010 XWiki. All Rights Reserved.