public interface OpendaylightYangtoolsUnionTestData extends DataRoot
This class represents the following YANG schema fragment defined in module opendaylight-yangtools-union-test
module opendaylight-yangtools-union-test { namespace urn:opendaylight:params:xml:ns:yang:yangtools:test:union; prefix union-test; revision 2015-01-21 { } typedef lowest-level1 { type string; } typedef lowest-level2 { type string; } typedef non-union-test-type { type string; } typedef union-test-type { type union { type lowest-level1; type lowest-level2; } } typedef top-level { type union { type non-union-test-type; type union-test-type; } } container wrapper { leaf wrap { type top-level; } } }
Modifier and Type | Method and Description |
---|---|
@Nullable Wrapper |
getWrapper() |
@Nullable Wrapper getWrapper()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.yangtools.test.union.rev150121.Wrapper
wrapper
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.