public interface ParameterDescriptor
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
String |
getDescription() |
default Type |
getDisplayType() |
default org.xwiki.properties.PropertyGroupDescriptor |
getGroupDescriptor() |
String |
getId() |
String |
getName() |
Type |
getParameterType() |
Class<?> |
getType()
Deprecated.
since 3.0M1 use
getParameterType() instead |
default boolean |
isAdvanced() |
default boolean |
isDeprecated() |
default boolean |
isDisplayHidden() |
boolean |
isMandatory() |
String getId()
String getName()
String getDescription()
@Deprecated Class<?> getType()
getParameterType()
insteadType getParameterType()
Object getDefaultValue()
boolean isMandatory()
default boolean isDeprecated()
default boolean isAdvanced()
default org.xwiki.properties.PropertyGroupDescriptor getGroupDescriptor()
default Type getDisplayType()
@Unstable default boolean isDisplayHidden()
Copyright © 2004–2022 XWiki. All rights reserved.