public interface Mdsal300Data extends Bar, DataRoot
This class represents the following YANG schema fragment defined in module mdsal-300
module mdsal-300 { namespace mdsal-300; prefix mdsal300; yang-version 1.1; grouping foo { action foo-act { input; output; } } grouping bar { container baz { action baz-act { input; output; } } } container cont { action cont-act { input; output; } uses foo; } container other { uses foo; } uses bar; }
Modifier and Type | Method and Description |
---|---|
@Nullable Cont |
getCont() |
@Nullable Other |
getOther() |
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.