public interface ParameterDescriptor
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue() |
String |
getDescription() |
String |
getId() |
String |
getName() |
Type |
getParameterType() |
Class<?> |
getType()
Deprecated.
since 3.0M1 use
getParameterType() instead |
boolean |
isMandatory() |
String getId()
String getName()
String getDescription()
@Deprecated Class<?> getType()
getParameterType() insteadType getParameterType()
Object getDefaultValue()
boolean isMandatory()
Copyright © 2004–2015 XWiki. All rights reserved.