public interface AugmentChoice1 extends Instantiable<AugmentChoice1>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
 choice augment-choice1 {
   case case1 {
     container case1-container {
       leaf case1-leaf {
         type string;
       }
     }
   }
   case case2 {
     container case2-container {
       leaf case2-leaf {
         type string;
       }
     }
   }
 }
 The schema path to identify an instance is
 opendaylight-mdsal-augment-test/top/(urn:opendaylight:params:xml:ns:yang:mdsal:test:augment?revision=2014-07-09)augment-choice1| Modifier and Type | Field and Description | 
|---|---|
| static org.opendaylight.yangtools.yang.common.QName | QNAME | 
implementedInterfaceCopyright © 2019 OpenDaylight. All rights reserved.