public interface Cont extends ChildOf<TestData>, Augmentable<Cont>
This class represents the following YANG schema fragment defined in module test
 container cont {
   leaf vlan-id {
     type union {
       type id;
       type enumeration {
         enum any {
           value 4096;
         }
       }
     }
   }
 }
 The schema path to identify an instance is
 test/cont
 To create instances of this class use ContBuilder.
ContBuilder| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Cont.VlanId | 
| Modifier and Type | Field and Description | 
|---|---|
| static org.opendaylight.yangtools.yang.common.QName | QNAME | 
| Modifier and Type | Method and Description | 
|---|---|
| @Nullable Cont.VlanId | getVlanId() | 
getImplementedInterfaceaugmentation@Nullable Cont.VlanId getVlanId()
org.opendaylight.yang.gen.v1.urn.test.rev170101.Cont.VlanId vlanId, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.