org.xwiki.wikistream.descriptor
Interface WikiStreamPropertyDescriptor<T>

All Known Implementing Classes:
DefaultWikiStreamBeanParameterDescriptor

@Unstable
public interface WikiStreamPropertyDescriptor<T>

Defines a wiki stream property.

Since:
5.2M2
Version:
$Id: ed8e15690d30dfa30647c7e6b6bdfe77786a401b $

Method Summary
 T getDefaultValue()
           
 String getDescription()
           
 String getId()
           
 String getName()
           
 Type getType()
           
 boolean isMandatory()
           
 

Method Detail

getId

String getId()
Returns:
the identifier of the property.

getName

String getName()
Returns:
the display name of the property.

getDescription

String getDescription()
Returns:
the description of the property.

getType

Type getType()
Returns:
the type of the property.

getDefaultValue

T getDefaultValue()
Returns:
the default value of the property.

isMandatory

boolean isMandatory()
Returns:
indicate if the property is mandatory.


Copyright © 2004–2014 XWiki. All rights reserved.