public interface TestData extends TreeRoot
This class represents the following YANG schema fragment defined in module test
module test { namespace urn:test; prefix tst; revision 2017-06-27; typedef id { type uint16 { range 1..4094; } } container my-cont { leaf my-leaf { type string; } } }
Modifier and Type | Method and Description |
---|---|
MyCont |
getMyCont() |
MyCont getMyCont()
Copyright © 2019 OpenDaylight. All rights reserved.