Uses of Class
com.atlassian.confluence.macro.browser.beans.MacroParameterType

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(String name)
           
 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.
 

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(String pluginKey, String macroName, String name, MacroParameterType type, boolean required, boolean multiple, String defaultValue, boolean hidden)
           
MacroParameter(String pluginKey, String macroName, String name, MacroParameterType type, boolean required, boolean multiple, String defaultValue, boolean hidden, String documentationUrl)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.