Class PropertyDescriptor

java.lang.Object
org.xwiki.rest.model.jaxb.LinkCollection
org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor

public class PropertyDescriptor extends LinkCollection

Java class for PropertyDescriptor complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PropertyDescriptor">
   <complexContent>
     <extension base="{http://www.xwiki.org}LinkCollection">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="icon" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="displayer" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="filter" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="sortable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="filterable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="styleName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>