public static enum ConfluenceSink.Command extends Enum<ConfluenceSink.Command>
| Enum Constant and Description |
|---|
ANCHOR |
CELL |
HEADER |
LINK |
PANEL |
TITLE |
| Modifier and Type | Method and Description |
|---|---|
static ConfluenceSink.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfluenceSink.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfluenceSink.Command HEADER
public static final ConfluenceSink.Command CELL
public static final ConfluenceSink.Command LINK
public static final ConfluenceSink.Command ANCHOR
public static final ConfluenceSink.Command TITLE
public static final ConfluenceSink.Command PANEL
public static ConfluenceSink.Command[] values()
for (ConfluenceSink.Command c : ConfluenceSink.Command.values()) System.out.println(c);
public static ConfluenceSink.Command 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 © 2014 Bartolomeo Sorrentino. All rights reserved.