| Modifier and Type | Method and Description |
|---|---|
List<ModuleField> |
AbstractModuleTemplate.getModuleFields() |
| 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 | Class and Description |
|---|---|
class |
IdentityRefModuleField |
| Modifier and Type | Method and Description |
|---|---|
static String |
ModuleFieldSerializer.toString(ModuleField moduleField) |
| Modifier and Type | Method and Description |
|---|---|
GeneratedObject |
AbsModuleGeneratedObjectFactory.toGeneratedObject(FullyQualifiedName abstractFQN,
com.google.common.base.Optional<String> copyright,
com.google.common.base.Optional<String> header,
com.google.common.base.Optional<String> classJavaDoc,
List<FullyQualifiedName> implementedInterfaces,
List<ModuleField> moduleFields,
com.google.common.base.Optional<FullyQualifiedName> maybeRegistratorType,
List<? extends Method> methods,
org.opendaylight.yangtools.yang.common.QName yangModuleQName) |
Copyright © 2015. All Rights Reserved.