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