public class InterfaceTemplate extends BaseTemplate
| Constructor and Description |
|---|
InterfaceTemplate(GeneratedType genType)
Creates the instance of this class which is used for generating the interface file source
code from
genType. |
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
body()
Template method which generate the whole body of the interface.
|
asArguments, asArgumentsDeclaration, asCode, asJavadoc, asLink, checkArgument, emitConstant, encodeJavadocSymbols, fieldName, formatDataForJavaDoc, formatDataForJavaDoc, formatDataForJavaDoc, formatToParagraph, generate, generateCheckers, generateParameters, generateToString, getterMethod, getterMethodName, hashCodeResult, propertyNameFromGetter, setterMethod, wrapToDocumentationpublic InterfaceTemplate(GeneratedType genType)
genType.IllegalArgumentException - if genType equals nullpublic CharSequence body()
body in class BaseTemplateCopyright © 2019 OpenDaylight. All rights reserved.