|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RenderedContentStore.TokenType>
com.atlassian.renderer.RenderedContentStore.TokenType
public static enum RenderedContentStore.TokenType
| Enum Constant Summary | |
|---|---|
BLOCK
Block tokens are used for block elements such as paragraphs, divs, tables and pre blocks. |
|
INLINE
Inline tokens are used for inline content such as plain text, spans, images, bold tags, and links. |
|
| Method Summary | |
|---|---|
String |
getTokenMarker()
An unlikely-to-appear-in-real-text token, for use in content replacement. |
static RenderedContentStore.TokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RenderedContentStore.TokenType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RenderedContentStore.TokenType INLINE
public static final RenderedContentStore.TokenType BLOCK
| Method Detail |
|---|
public static RenderedContentStore.TokenType[] values()
for (RenderedContentStore.TokenType c : RenderedContentStore.TokenType.values()) System.out.println(c);
public static RenderedContentStore.TokenType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getTokenMarker()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||