Renamed artifacts to reflect the project's name.
[unimgr.git] / impl / src / main / java / org / opendaylight / yang / gen / v1 / urn / opendaylight / params / xml / ns / yang / unimgr / impl / rev150622 / VcpeModule.java
1 package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.unimgr.impl.rev150622;
2 public class VcpeModule extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.unimgr.impl.rev150622.AbstractVcpeModule {
3     public VcpeModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) {
4         super(identifier, dependencyResolver);
5     }
6
7     public VcpeModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.unimgr.impl.rev150622.VcpeModule oldModule, java.lang.AutoCloseable oldInstance) {
8         super(identifier, dependencyResolver, oldModule, oldInstance);
9     }
10
11     @Override
12     public void customValidation() {
13         // add custom validation form module attributes here.
14     }
15
16     @Override
17     public java.lang.AutoCloseable createInstance() {
18         // TODO:implement
19         throw new java.lang.UnsupportedOperationException();
20     }
21
22 }