Interface OuterChoice
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.ChoiceIn<OuterList>,org.opendaylight.yangtools.yang.binding.DataContainer
@Generated("mdsal-binding-generator") public interface OuterChoice extends org.opendaylight.yangtools.yang.binding.ChoiceIn<OuterList>
This class represents the following YANG schema fragment defined in module dsbenchmark
choice outer-choice { case one { leaf one { type string; } } case two-three { leaf two { type string; } leaf three { type string; } } }The schema path to identify an instance is dsbenchmark/test-exec/outer-list/outer-choice
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-