@Unstable
public interface WikiStreamDescriptor
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
Collection<WikiStreamPropertyDescriptor<?>> |
getProperties() |
<T> WikiStreamPropertyDescriptor<T> |
getPropertyDescriptor(String propertyName)
Return descriptor for the provided property name.
|
String getName()
String getDescription()
<T> WikiStreamPropertyDescriptor<T> getPropertyDescriptor(String propertyName)
propertyName - the name of the propertyCollection<WikiStreamPropertyDescriptor<?>> getProperties()
Copyright © 2004–2014 XWiki. All rights reserved.