public interface Two extends TreeNode, Augmentable<Two>, MyChoice
This class represents the following YANG schema fragment defined in module test-runtime
case two { leaf two { type string; } }The schema path to identify an instance is test-runtime/my-cont/my-choice/two
To create instances of this class use TwoBuilder
.
TwoBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
String |
getTwo() |
augments, getAugmentation
implementedInterface
String getTwo()
Copyright © 2019 OpenDaylight. All rights reserved.