public interface ContInt32 extends ChildOf<Bug8449Data>, Augmentable<ContInt32>
This class represents the following YANG schema fragment defined in module bug8449
 container cont-int32 {
   leaf ref-union-int32 {
     type union {
       type int32-ref;
     }
   }
 }
 The schema path to identify an instance is
 bug8449/cont-int32
 To create instances of this class use ContInt32Builder.
ContInt32Builder| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ContInt32.RefUnionInt32 | 
| Modifier and Type | Field and Description | 
|---|---|
| static org.opendaylight.yangtools.yang.common.QName | QNAME | 
| Modifier and Type | Method and Description | 
|---|---|
| @Nullable ContInt32.RefUnionInt32 | getRefUnionInt32() | 
getImplementedInterfaceaugmentation@Nullable ContInt32.RefUnionInt32 getRefUnionInt32()
org.opendaylight.yang.gen.v1.bug8449.rev170516.ContInt32.RefUnionInt32 refUnionInt32, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.