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