|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MacroParameterType | |
|---|---|
| com.atlassian.confluence.macro.browser.beans | |
| Uses of MacroParameterType in com.atlassian.confluence.macro.browser.beans |
|---|
| Methods in com.atlassian.confluence.macro.browser.beans that return MacroParameterType | |
|---|---|
static MacroParameterType |
MacroParameterType.get(java.lang.String name)
|
MacroParameterType |
MacroParameter.getType()
|
static MacroParameterType |
MacroParameterType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MacroParameterType[] |
MacroParameterType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.confluence.macro.browser.beans with parameters of type MacroParameterType | |
|---|---|
MacroParameterBuilder |
MacroParameterBuilder.setType(MacroParameterType type)
|
| Constructors in com.atlassian.confluence.macro.browser.beans with parameters of type MacroParameterType | |
|---|---|
MacroParameter(java.lang.String pluginKey,
java.lang.String macroName,
java.lang.String name,
MacroParameterType type,
boolean required,
boolean multiple,
java.lang.String defaultValue,
boolean hidden)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||