Interface NonBranchNodeCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<NonBranchNodeCase>, org.opendaylight.yangtools.yang.binding.BindingObject, BranchNodeType, org.opendaylight.yangtools.yang.binding.ChoiceIn<BncObject>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NonBranchNodeObject

    public interface NonBranchNodeCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<NonBranchNodeCase>, NonBranchNodeObject, BranchNodeType

    This class represents the following YANG schema fragment defined in module pcep-types

     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/non-branch-node-case
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<NonBranchNodeCase> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface NonBranchNodeObject