public class ModelFragment extends Object implements LeafModelElement
All classes that are used in template bodey should be presented in the XmlSeeAlso annotation
| Constructor and Description |
|---|
ModelFragment() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterVisit(TemplateVisitor visitor) |
void |
beforeVisit(TemplateVisitor visitor) |
List<Object> |
getChildren() |
void |
setChildren(List<Object> body)
|
void |
visit(TemplateVisitor visitor) |
void |
visitChildren(TemplateVisitor visitor) |
public List<Object> getChildren()
getChildren in interface LeafModelElementpublic void visit(TemplateVisitor visitor) throws CdkException
visit in interface ModelElementCdkExceptionpublic void visitChildren(TemplateVisitor visitor)
public void afterVisit(TemplateVisitor visitor) throws CdkException
CdkExceptionpublic void beforeVisit(TemplateVisitor visitor) throws CdkException
CdkExceptionCopyright © 2014 JBoss by Red Hat. All Rights Reserved.