public class TemplateSection extends Object
| Constructor and Description |
|---|
TemplateSection(SectionType type,
String text) |
TemplateSection(SectionType type,
String text,
int colNumber,
int lineNumber) |
TemplateSection(SectionType type,
String text,
Position pos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<SectionItem> |
getItems() |
SectionType |
getType() |
String |
toString() |
public TemplateSection(SectionType type, String text)
public TemplateSection(SectionType type, String text, Position pos)
public TemplateSection(SectionType type, String text, int colNumber, int lineNumber)
public SectionType getType()
public List<SectionItem> getItems()
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.