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, wrapToDocumentation
public InterfaceTemplate(GeneratedType genType)
genType
.IllegalArgumentException
- if genType
equals null
public CharSequence body()
body
in class BaseTemplate
Copyright © 2019 OpenDaylight. All rights reserved.