|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.macro.descriptor.DefaultParameterDescriptor
public class DefaultParameterDescriptor
The default implementation of ParameterDescriptor.
| Constructor Summary | |
|---|---|
DefaultParameterDescriptor(org.xwiki.properties.PropertyDescriptor propertyDescriptor)
Creates a new DefaultParameterDescriptor instance using the given PropertyDescriptor. |
|
| Method Summary | |
|---|---|
Object |
getDefaultValue()
|
String |
getDescription()
|
String |
getId()
|
String |
getName()
|
Type |
getParameterType()
|
Class<?> |
getType()
|
boolean |
isMandatory()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultParameterDescriptor(org.xwiki.properties.PropertyDescriptor propertyDescriptor)
DefaultParameterDescriptor instance using the given PropertyDescriptor.
propertyDescriptor - The PropertyDescriptor instance.| Method Detail |
|---|
public String getId()
getId in interface ParameterDescriptorParameterDescriptor.getId()public String getName()
getName in interface ParameterDescriptorParameterDescriptor.getName()public String getDescription()
getDescription in interface ParameterDescriptorParameterDescriptor.getDescription()public Class<?> getType()
getType in interface ParameterDescriptorParameterDescriptor.getType()public Type getParameterType()
getParameterType in interface ParameterDescriptorParameterDescriptor.getParameterType()public Object getDefaultValue()
getDefaultValue in interface ParameterDescriptorParameterDescriptor.getDefaultValue()public boolean isMandatory()
isMandatory in interface ParameterDescriptorParameterDescriptor.isMandatory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||