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