public interface TestData extends DataRoot
This class represents the following YANG schema fragment defined in module test
module test { namespace urn:test; prefix tst; revision 2017-01-01; typedef id { type uint16 { range 1..4094; } } container cont { leaf vlan-id { type union { type id; type enumeration { enum any { value 4096; } } } } } }
Modifier and Type | Method and Description |
---|---|
Cont |
getCont() |
Copyright © 2019 OpenDaylight. All rights reserved.