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: 00a266e15086e1a7434030efbaf6badeabb963f4 $

Method Summary
 T getDefaultValue()
           
 String getDescription()
           
 String getId()
           
 String getName()
           
 Type getPropertyType()
           
 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.

getPropertyType

Type getPropertyType()
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-2013 XWiki. All Rights Reserved.