public interface ContInt32 extends TreeChildNode<Bug8449Data,Item<ContInt32>>, Instantiable<ContInt32>, 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 |
---|---|
static InstanceIdentifier<ContInt32> |
getInstanceIdentifier() |
ContInt32.RefUnionInt32 |
getRefUnionInt32() |
treeIdentifier, treeParent
implementedInterface
augments, getAugmentation
ContInt32.RefUnionInt32 getRefUnionInt32()
static InstanceIdentifier<ContInt32> getInstanceIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.