From: lsedlak Date: Mon, 1 Jul 2013 15:47:09 +0000 (+0200) Subject: Added support to generate interfaces from Choices and Cases. X-Git-Tag: yangtools-0.1.0~109 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=55786857752d258ab8bbea8e4ded62c7747a9acb;p=yangtools.git Added support to generate interfaces from Choices and Cases. Added implementation to support generation of generated types from Choice and Case schema nodes from yang models into BindingGeneratorImpl; Added test case and test files for test of generation of Generated Types; Fixed bug in GeneratorUtil when imports were generated wrongly if the name of type was same as the name of interface/class. Signed-off-by: Lukas Sedlak --- diff --git a/yang-binding/src/main/java/org/opendaylight/controller/yang/binding/InstanceIdentifier.java b/yang-binding/src/main/java/org/opendaylight/controller/yang/binding/InstanceIdentifier.java new file mode 100644 index 0000000000..7d13655099 --- /dev/null +++ b/yang-binding/src/main/java/org/opendaylight/controller/yang/binding/InstanceIdentifier.java @@ -0,0 +1,12 @@ +package org.opendaylight.controller.yang.binding; + +/** + * Created with IntelliJ IDEA. + * User: lsedlak + * Date: 27.6.2013 + * Time: 11:44 + * To change this template use File | Settings | File Templates. + */ +public class InstanceIdentifier { + +}