Interface BncObject
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
BncCase
@Generated("mdsal-binding-generator")
public interface BncObject
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module pcep-types
grouping bnc-object {
choice branch-node-type {
case branch-node-case {
uses branch-node-object;
}
case non-branch-node-case {
uses non-branch-node-object;
}
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn branchNodeType, ornullif it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getBranchNodeType
BranchNodeType getBranchNodeType()Return branchNodeType, ornullif it is not present.- Returns:
BranchNodeTypebranchNodeType, ornullif it is not present.
-