
public class AbstractModuleTemplate extends GeneralClassTemplate
| Constructor and Description |
|---|
AbstractModuleTemplate(Header header,
String packageName,
String abstractModuleName,
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 AbstractModuleTemplate(Header header, String packageName, String abstractModuleName, List<String> implementedIfcs, List<ModuleField> moduleFields, List<MethodDefinition> methods, boolean isRuntime, String registratorType)
public List<ModuleField> getModuleFields()
public String getRegistratorType()
public boolean isRuntime()
Copyright © 2014. All Rights Reserved.