public interface TestRuntimeData extends TreeRoot
This class represents the following YANG schema fragment defined in module test-runtime
module test-runtime { namespace org.test.runtime; prefix tst; revision 2017-07-10; container my-cont { choice my-choice { case one { leaf one { type string; } } case two { leaf two { type string; } } } } }
Modifier and Type | Method and Description |
---|---|
MyCont |
getMyCont() |
MyCont getMyCont()
Copyright © 2019 OpenDaylight. All rights reserved.