public static enum LinkWizard.LinkWizardStep extends Enum<LinkWizard.LinkWizardStep>
| Enum Constant and Description |
|---|
ATTACHMENT
The step that selects an attachment.
|
ATTACHMENT_UPLOAD
The step that uploads a new attachment.
|
EMAIL
The step that selects an email address.
|
LINK_CONFIG
The step that configures the link parameters.
|
LINK_REFERENCE_PARSER
The step that parses the link reference.
|
LINK_REFERENCE_SERIALIZER
The step that serializes the link reference.
|
WEB_PAGE
The step that select a web page specified by its URL.
|
WIKI_PAGE
The step that select a wiki page.
|
WIKI_PAGE_CREATOR
The step that selects a new wiki page.
|
| Modifier and Type | Method and Description |
|---|---|
static LinkWizard.LinkWizardStep |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkWizard.LinkWizardStep[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkWizard.LinkWizardStep LINK_REFERENCE_PARSER
public static final LinkWizard.LinkWizardStep WIKI_PAGE
public static final LinkWizard.LinkWizardStep WIKI_PAGE_CREATOR
public static final LinkWizard.LinkWizardStep ATTACHMENT
public static final LinkWizard.LinkWizardStep ATTACHMENT_UPLOAD
public static final LinkWizard.LinkWizardStep WEB_PAGE
public static final LinkWizard.LinkWizardStep EMAIL
public static final LinkWizard.LinkWizardStep LINK_CONFIG
public static final LinkWizard.LinkWizardStep LINK_REFERENCE_SERIALIZER
public static LinkWizard.LinkWizardStep[] values()
for (LinkWizard.LinkWizardStep c : LinkWizard.LinkWizardStep.values()) System.out.println(c);
public static LinkWizard.LinkWizardStep valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2004–2016 XWiki. All rights reserved.