Interface SubobjectContainer

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SubobjectContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<LspAttributesObject>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LspAttSubobject

    public interface SubobjectContainer
    extends org.opendaylight.yangtools.yang.binding.ChildOf<LspAttributesObject>, org.opendaylight.yangtools.yang.binding.Augmentable<SubobjectContainer>, LspAttSubobject

    This class represents the following YANG schema fragment defined in module rsvp

     list subobject-container {
       uses lsp-att-subobject;
     }
     
    The schema path to identify an instance is rsvp/lsp-attributes-object/lsp-attributes-object/subobject-container

    To create instances of this class use SubobjectContainerBuilder.

    See Also:
    SubobjectContainerBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<SubobjectContainer> 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 LspAttSubobject