public class AbstractModuleTemplate extends GeneralClassTemplate
| Constructor and Description |
|---|
AbstractModuleTemplate(Header header,
String packageName,
String abstractModuleName,
List<String> extendedClasses,
List<String> implementedIfcs,
List<ModuleField> moduleFields,
List<MethodDefinition> methods,
boolean isRuntime,
String registratorType) |
| Modifier and Type | Method and Description |
|---|---|
List<ModuleField> |
getModuleFields() |
String |
getRegistratorType() |
boolean |
isRuntime() |
getConstructorsgetAnnotations, getFields, getFullyQualifiedName, getHeader, getHeaderString, getMaybeJavadoc, getMethods, getPackageName, getTypeDeclaration, setJavadoc, toStringpublic List<ModuleField> getModuleFields()
public String getRegistratorType()
public boolean isRuntime()
Copyright © 2018 OpenDaylight. All rights reserved.