Class PropertyDescriptor
java.lang.Object
org.xwiki.rest.model.jaxb.LinkCollection
org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Boolean
protected StringMap
protected String
protected String
protected Boolean
protected String
protected String
protected Boolean
Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection
links
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the displayer property.Gets the value of the filter property.getIcon()
Gets the value of the icon property.getId()
Gets the value of the id property.getName()
Gets the value of the name property.Gets the value of the styleName property.getType()
Gets the value of the type property.boolean
Gets the value of the filterable property.boolean
Gets the value of the sortable property.boolean
Gets the value of the visible property.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the displayer property.void
Sets the value of the filter property.void
setFilterable
(Boolean value) Sets the value of the filterable property.void
Sets the value of the icon property.void
Sets the value of the id property.void
Sets the value of the name property.void
setSortable
(Boolean value) Sets the value of the sortable property.void
setStyleName
(String value) Sets the value of the styleName property.void
Sets the value of the type property.void
setVisible
(Boolean value) Sets the value of the visible property.withDescription
(String value) withFilterable
(Boolean value) withSortable
(Boolean value) withStyleName
(String value) withVisible
(Boolean value) Methods inherited from class org.xwiki.rest.model.jaxb.LinkCollection
getLinks, withLinks, withLinks
-
Field Details
-
description
-
icon
-
displayer
-
filter
-
id
-
name
-
type
-
visible
-
sortable
-
filterable
-
styleName
-
-
Constructor Details
-
PropertyDescriptor
public PropertyDescriptor()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getIcon
Gets the value of the icon property.- Returns:
- possible object is
StringMap
-
setIcon
Sets the value of the icon property.- Parameters:
value
- allowed object isStringMap
-
getDisplayer
Gets the value of the displayer property.- Returns:
- possible object is
LiveDataPropertyDescriptor.DisplayerDescriptor
-
setDisplayer
Sets the value of the displayer property.- Parameters:
value
- allowed object isLiveDataPropertyDescriptor.DisplayerDescriptor
-
getFilter
Gets the value of the filter property.- Returns:
- possible object is
LiveDataPropertyDescriptor.FilterDescriptor
-
setFilter
Sets the value of the filter property.- Parameters:
value
- allowed object isLiveDataPropertyDescriptor.FilterDescriptor
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isVisible
public boolean isVisible()Gets the value of the visible property.- Returns:
- possible object is
Boolean
-
setVisible
Sets the value of the visible property.- Parameters:
value
- allowed object isBoolean
-
isSortable
public boolean isSortable()Gets the value of the sortable property.- Returns:
- possible object is
Boolean
-
setSortable
Sets the value of the sortable property.- Parameters:
value
- allowed object isBoolean
-
isFilterable
public boolean isFilterable()Gets the value of the filterable property.- Returns:
- possible object is
Boolean
-
setFilterable
Sets the value of the filterable property.- Parameters:
value
- allowed object isBoolean
-
getStyleName
Gets the value of the styleName property.- Returns:
- possible object is
String
-
setStyleName
Sets the value of the styleName property.- Parameters:
value
- allowed object isString
-
withDescription
-
withIcon
-
withDisplayer
-
withFilter
-
withId
-
withName
-
withType
-
withVisible
-
withSortable
-
withFilterable
-
withStyleName
-