public interface FilterStreamDescriptor
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
Collection<FilterStreamPropertyDescriptor<?>> |
getProperties() |
<T> FilterStreamPropertyDescriptor<T> |
getPropertyDescriptor(String propertyName)
Return descriptor for the provided property name.
|
String getName()
String getDescription()
<T> FilterStreamPropertyDescriptor<T> getPropertyDescriptor(String propertyName)
T
- the type of value associated to this propertypropertyName
- the name of the propertyCollection<FilterStreamPropertyDescriptor<?>> getProperties()
Copyright © 2004–2021 XWiki. All rights reserved.