public class EnumCodeExample extends AbstractCodeExample
| Constructor and Description |
|---|
EnumCodeExample(String tabName,
String tabId,
String subPackage,
String className,
String classAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addImport(String anImport) |
boolean |
addInterfaces(String anInterface) |
StringBuilder |
appendInnerContent(String content) |
StringBuilder |
appendInnerContent(String content,
boolean lineBreak) |
String |
getPrettyPrintLang() |
String |
toString() |
getTabId, getTabNamepublic String getPrettyPrintLang()
getPrettyPrintLang in class AbstractCodeExamplepublic boolean addImport(String anImport)
public boolean addInterfaces(String anInterface)
public StringBuilder appendInnerContent(String content)
public StringBuilder appendInnerContent(String content, boolean lineBreak)
Copyright © 2021. All rights reserved.