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() |
getConstructors
getAnnotations, getFields, getFullyQualifiedName, getHeader, getHeaderString, getMaybeJavadoc, getMethods, getPackageName, getTypeDeclaration, setJavadoc, toString
public List<ModuleField> getModuleFields()
public String getRegistratorType()
public boolean isRuntime()
Copyright © 2019 OpenDaylight. All rights reserved.