public interface SimpleCase extends ChoiceInList
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
case simple-case { leaf simple { type string; } }The schema path to identify an instance is opendaylight-mdsal-binding-test/two-level-list/top-level-list/choice-in-list/simple-case
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
String |
getSimple() |
String getSimple()
Copyright © 2019 OpenDaylight. All rights reserved.