public interface MyCont extends TreeChildNode<TestData,Item<TestData>>, Instantiable<MyCont>, Augmentable<MyCont>
This class represents the following YANG schema fragment defined in module test
 container my-cont {
     leaf my-leaf {
         type string;
     }
 }
 
 The schema path to identify an instance is
 test/my-cont
 To create instances of this class use MyContBuilder.
MyContBuilder| Modifier and Type | Field and Description | 
|---|---|
static org.opendaylight.yangtools.yang.common.QName | 
QNAME  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getMyLeaf()  | 
treeIdentifier, treeParentimplementedInterfaceaugments, getAugmentationString getMyLeaf()
Copyright © 2018 OpenDaylight. All rights reserved.