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

    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-types/bnc
    • 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()
        Returns:
        java.util.List subobject, or null if not present
      • nonnullSubobject

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