public interface TinyUintContainer extends ChildOf<OpendaylightDefaultValueTestData>, Augmentable<TinyUintContainer>
This class represents the following YANG schema fragment defined in module opendaylight-default-value-test
container tiny-uint-container { presence "presence container"; leaf tiny-uint-leaf { type tiny-unsigned-integer; } leaf tiny-uint-leaf2 { type derived-tiny-unsigned-integer; } leaf tiny-uint-leaf3 { type derived-tiny-unsigned-integer2; } leaf tiny-uint-leaf4 { type derived-tiny-unsigned-integer3; } leaf tiny-uint-leaf5 { type uint8; default 155; } leaf tiny-uint-leaf6 { type uint8; } }The schema path to identify an instance is opendaylight-default-value-test/tiny-uint-container
To create instances of this class use TinyUintContainerBuilder
.
TinyUintContainerBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable TinyUnsignedInteger |
getTinyUintLeaf() |
@Nullable DerivedTinyUnsignedInteger |
getTinyUintLeaf2() |
@Nullable DerivedTinyUnsignedInteger2 |
getTinyUintLeaf3() |
@Nullable DerivedTinyUnsignedInteger3 |
getTinyUintLeaf4() |
@Nullable Short |
getTinyUintLeaf5() |
@Nullable Short |
getTinyUintLeaf6() |
getImplementedInterface
augmentation
@Nullable TinyUnsignedInteger getTinyUintLeaf()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.TinyUnsignedInteger
tinyUintLeaf
, or null
if not present@Nullable DerivedTinyUnsignedInteger getTinyUintLeaf2()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.DerivedTinyUnsignedInteger
tinyUintLeaf2
, or null
if not present@Nullable DerivedTinyUnsignedInteger2 getTinyUintLeaf3()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.DerivedTinyUnsignedInteger2
tinyUintLeaf3
, or null
if not present@Nullable DerivedTinyUnsignedInteger3 getTinyUintLeaf4()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.DerivedTinyUnsignedInteger3
tinyUintLeaf4
, or null
if not present@Nullable Short getTinyUintLeaf5()
java.lang.Short
tinyUintLeaf5
, or null
if not present@Nullable Short getTinyUintLeaf6()
java.lang.Short
tinyUintLeaf6
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.