public interface OpendaylightMdsal45BaseData extends DataRoot
This class represents the following YANG schema fragment defined in module opendaylight-mdsal45-base
module opendaylight-mdsal45-base { namespace urn:test:opendaylight-mdsal45-base; prefix base; grouping grp { container grp-cont { leaf grp-leaf { type string; } } } container cont { choice cont-choice { case cont-base { uses grp; } } } choice root { case root-base { uses grp; } } }
Modifier and Type | Method and Description |
---|---|
@Nullable Cont |
getCont() |
@Nullable Root |
getRoot() |
@Nullable Cont getCont()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal45.base.norev.Cont
cont
, or null
if not present@Nullable Root getRoot()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal45.base.norev.Root
root
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.