| Package | Description |
|---|---|
| de.holisticon.annotationprocessortoolkit.templating | |
| de.holisticon.annotationprocessortoolkit.templating.templateblocks |
| Modifier and Type | Method and Description |
|---|---|
TemplateBlockType |
NextDetectedBlockResult.getTemplateBlockType() |
| Constructor and Description |
|---|
NextDetectedBlockResult(TemplateBlockType templateBlockType,
int beginIndex,
int endIndex,
java.lang.String attributes,
java.lang.String content,
java.lang.String remainingStringToBeProcessed) |
| Modifier and Type | Method and Description |
|---|---|
TemplateBlockType |
StaticTemplateBlock.getTemplateBlockType() |
TemplateBlockType |
ForTemplateBlock.getTemplateBlockType() |
TemplateBlockType |
TemplateBlockBinder.getTemplateBlockType() |
TemplateBlockType |
IfTemplateBlock.getTemplateBlockType() |
TemplateBlockType |
PlainTextTemplateBlock.getTemplateBlockType() |
TemplateBlockType |
VariableTextTemplateBlock.getTemplateBlockType() |
TemplateBlockType |
TemplateBlock.getTemplateBlockType()
Used to determine template block type.
|
static TemplateBlockType |
TemplateBlockType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TemplateBlockType[] |
TemplateBlockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 Holisticon AG. All Rights Reserved.