| Package | Description |
|---|---|
| org.exoplatform.groovyscript |
| Modifier and Type | Method and Description |
|---|---|
SectionType |
TemplateSection.getType() |
static SectionType |
SectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SectionType[] |
SectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TemplateSection(SectionType type,
String text) |
TemplateSection(SectionType type,
String text,
int colNumber,
int lineNumber) |
TemplateSection(SectionType type,
String text,
Position pos) |
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.