public class InterfaceTemplate extends BaseTemplate
importMap, type
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, emitConstant, encodeJavadocSymbols, fieldName, findProperty, formatDataForJavaDoc, formatDataForJavaDoc, formatDataForJavaDoc, formatToParagraph, generate, generateParameters, generateToString, getRestrictions, getterMethod, getterMethodName, importedName, importedName, imports, isAccessor, isLocalInnerClass, packageDefinition, 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.