public static enum ConfluenceSink.Command extends java.lang.Enum<ConfluenceSink.Command>
| Modifier and Type | Method | Description |
|---|---|---|
static ConfluenceSink.Command |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2022 Bartolomeo Sorrentino. All rights reserved.