public interface BranchNodeType extends org.opendaylight.yangtools.yang.binding.ChoiceIn<BncObject>
This class represents the following YANG schema fragment defined in module pcep-types
choice branch-node-type {
case branch-node-case {
uses branch-node-object;
}
case non-branch-node-case {
uses non-branch-node-object;
}
}
The schema path to identify an instance is
pcep-types/bnc-object/branch-node-type| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2020 OpenDaylight. All rights reserved.