public interface MyChoice extends Instantiable<MyChoice>
This class represents the following YANG schema fragment defined in module test-runtime
choice my-choice { case one { leaf one { type string; } } case two { leaf two { type string; } } }The schema path to identify an instance is test-runtime/my-cont/my-choice
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
implementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.