T
- the type of the parameterpublic class FilterElementParameterDescriptor<T> extends Object
Constructor and Description |
---|
FilterElementParameterDescriptor(int index,
String name,
Type type,
T defaultValue) |
Modifier and Type | Method and Description |
---|---|
T |
getDefaultValue() |
int |
getIndex() |
String |
getName() |
Type |
getType() |
String |
toString() |
public FilterElementParameterDescriptor(int index, String name, Type type, T defaultValue)
index
- the index of the parameter.name
- the name of the parameter. null
if no Name
annotation has
been used.type
- the type of the parameter.defaultValue
- the default value.public int getIndex()
public String getName()
null
if no Name
annotation has
been used.public Type getType()
public T getDefaultValue()
Copyright © 2004–2022 XWiki. All rights reserved.