Interface Bnc

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Object, ObjectHeader
    All Known Subinterfaces:
    BranchNodeList, NonBranchNodeList

    @Generated("mdsal-binding-generator")
    public interface Bnc
    extends org.opendaylight.yangtools.yang.binding.DataObject, Object

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

     grouping bnc {
       uses object;
       list subobject {
         leaf loose {
           type boolean;
         }
         uses rsvp:ip-prefix-subobject;
         ordered-by user;
       }
     }
     
    The schema path to identify an instance is pcep-typesbnc
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends Bnc> 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 Object
        Specified by:
        implementedInterface in interface ObjectHeader
      • getSubobject

        @Nullable List<Subobject> getSubobject()
        Return subobject, or null if it is not present.
        Returns:
        List<Subobject> subobject, or null if it is not present.
      • nonnullSubobject

        default @NonNull List<Subobject> nonnullSubobject()
        Return subobject, or an empty list if it is not present.
        Returns:
        List<Subobject> subobject, or an empty list if it is not present.