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, wrapToDocumentationpublic InterfaceTemplate(GeneratedType genType)
genType.IllegalArgumentException - if genType equals nullpublic CharSequence body()
body in class BaseTemplateCopyright © 2019 OpenDaylight. All rights reserved.