public interface Foo extends ChoiceIn<WithChoice>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal298
choice foo { case addressable-case { container addressable { presence "for persistence"; } } case unaddressable-case { leaf-list unaddressable { type string; } } }The schema path to identify an instance is opendaylight-mdsal298/with-choice/foo
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.