public interface InContOutput extends TreeChildNode<TestOperationServiceInContAction,Item<InContOutput>>, Output<InContOutput>, Instantiable<InContOutput>, Augmentable<InContOutput>
This class represents the following YANG schema fragment defined in module test-operation-service
output { leaf output-leaf { type string; } }The schema path to identify an instance is test-operation-service/my-cont/in-cont/output
To create instances of this class use InContOutputBuilder
.
InContOutputBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
String |
getOutputLeaf() |
Class<InContOutput> |
implementedInterface() |
treeIdentifier, treeParent
augments, getAugmentation
String getOutputLeaf()
Class<InContOutput> implementedInterface()
implementedInterface
in interface Instantiable<InContOutput>
java.lang.Class
implementedInterface
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.