495269efe04a76a8f44d215dd0b9f39552e2501e
[bgpcep.git] / bgp / parser-spi-config / src / main / java / org / opendaylight / controller / config / yang / bgp / parser / spi / SimpleBGPExtensionProviderContextModule.java
1 /**
2  * Generated file
3
4  * Generated from: yang module name: config-bgp-parser-spi  yang module local name: bgp-extensions-impl
5  * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
6  * Generated at: Mon Nov 18 10:44:24 CET 2013
7  *
8  * Do not modify this file unless it is present under src/main directory
9  */
10 package org.opendaylight.controller.config.yang.bgp.parser.spi;
11
12 /**
13 *
14 */
15 public final class SimpleBGPExtensionProviderContextModule extends
16                 org.opendaylight.controller.config.yang.bgp.parser.spi.AbstractSimpleBGPExtensionProviderContextModule {
17
18         public SimpleBGPExtensionProviderContextModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
19                         org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) {
20                 super(identifier, dependencyResolver);
21         }
22
23         public SimpleBGPExtensionProviderContextModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
24                         org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
25                         SimpleBGPExtensionProviderContextModule oldModule, java.lang.AutoCloseable oldInstance) {
26                 super(identifier, dependencyResolver, oldModule, oldInstance);
27         }
28
29         @Override
30         public void validate() {
31                 super.validate();
32                 // Add custom validation for module attributes here.
33         }
34
35         @Override
36         public java.lang.AutoCloseable createInstance() {
37                 // FIXME: BUG-188: implement
38                 throw new java.lang.UnsupportedOperationException("Unimplemented stub method");
39         }
40 }