| Package | Description |
|---|---|
| com.atlassian.confluence.content.render.xhtml.editor.macro | |
| com.atlassian.confluence.macro.browser.beans |
| Constructor and Description |
|---|
InvalidMacroParameterException(String macroName,
String parameterName,
String value,
MacroParameterType type,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable MacroParameterType |
MacroParameterType.get(String typeName) |
MacroParameterType |
MacroParameter.getType() |
static MacroParameterType |
MacroParameterType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
MacroParameterBuilder |
MacroParameterBuilder.setType(MacroParameterType type) |
| Constructor and Description |
|---|
MacroParameter(String pluginKey,
String macroName,
String name,
MacroParameterType type,
boolean required,
boolean multiple,
String defaultValue,
boolean hidden) |
Copyright © 2003–2020 Atlassian. All rights reserved.