public interface IdentityrefContainer extends ChildOf<OpendaylightDefaultValueTestData>, Augmentable<IdentityrefContainer>
This class represents the following YANG schema fragment defined in module opendaylight-default-value-test
container identityref-container { presence "presence container"; leaf identityref-leaf { type my-identityref; } leaf identityref-leaf2 { type my-identityref; default my-derived-identity; } leaf identityref-leaf3 { type my-identityref2; } leaf identityref-leaf4 { type my-identityref; default my-derived-identity2; } leaf identityref-leaf5 { type def-val-test-2:my-imported-identityref; default def-val-test-2:my-derived-imported-identity; } leaf identityref-leaf6 { type my-identityref; default def-val-test:my-derived-identity; } leaf identityref-leaf7 { type def-val-test-2:my-imported-identityref; default invalid-prefix:my-derived-imported-identity; } }The schema path to identify an instance is opendaylight-default-value-test/identityref-container
To create instances of this class use IdentityrefContainerBuilder
.
IdentityrefContainerBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Class<? extends MyIdentity> |
getIdentityrefLeaf() |
@Nullable Class<? extends MyIdentity> |
getIdentityrefLeaf2() |
@Nullable Class<? extends MyIdentity> |
getIdentityrefLeaf3() |
@Nullable Class<? extends MyIdentity> |
getIdentityrefLeaf4() |
@Nullable Class<? extends MyBaseIdentity> |
getIdentityrefLeaf5() |
@Nullable Class<? extends MyIdentity> |
getIdentityrefLeaf6() |
@Nullable Class<? extends MyBaseIdentity> |
getIdentityrefLeaf7() |
getImplementedInterface
augmentation
@Nullable Class<? extends MyIdentity> getIdentityrefLeaf()
java.lang.Class
identityrefLeaf
, or null
if not present@Nullable Class<? extends MyIdentity> getIdentityrefLeaf2()
java.lang.Class
identityrefLeaf2
, or null
if not present@Nullable Class<? extends MyIdentity> getIdentityrefLeaf3()
java.lang.Class
identityrefLeaf3
, or null
if not present@Nullable Class<? extends MyIdentity> getIdentityrefLeaf4()
java.lang.Class
identityrefLeaf4
, or null
if not present@Nullable Class<? extends MyBaseIdentity> getIdentityrefLeaf5()
java.lang.Class
identityrefLeaf5
, or null
if not present@Nullable Class<? extends MyIdentity> getIdentityrefLeaf6()
java.lang.Class
identityrefLeaf6
, or null
if not present@Nullable Class<? extends MyBaseIdentity> getIdentityrefLeaf7()
java.lang.Class
identityrefLeaf7
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.