@Unstable public class DefaultWikiStreamBeanParameterDescriptor<T> extends Object implements WikiStreamPropertyDescriptor<T>
WikiStreamPropertyDescriptor.| Constructor and Description |
|---|
DefaultWikiStreamBeanParameterDescriptor(org.xwiki.properties.PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
T |
getDefaultValue() |
String |
getDescription() |
String |
getId() |
String |
getName() |
Type |
getType() |
boolean |
isMandatory() |
public DefaultWikiStreamBeanParameterDescriptor(org.xwiki.properties.PropertyDescriptor propertyDescriptor)
propertyDescriptor - The description of the propertypublic String getId()
getId in interface WikiStreamPropertyDescriptor<T>public String getName()
getName in interface WikiStreamPropertyDescriptor<T>public String getDescription()
getDescription in interface WikiStreamPropertyDescriptor<T>public Type getType()
getType in interface WikiStreamPropertyDescriptor<T>public T getDefaultValue()
getDefaultValue in interface WikiStreamPropertyDescriptor<T>public boolean isMandatory()
isMandatory in interface WikiStreamPropertyDescriptor<T>Copyright © 2004–2014 XWiki. All rights reserved.