Interface Elements

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Elements>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Hello>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, OfHelloElementHeader

    public interface Elements
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Hello>, org.opendaylight.yangtools.yang.binding.Augmentable<Elements>, OfHelloElementHeader

    This class represents the following YANG schema fragment defined in module openflow-protocol

     list elements {
       uses ofHelloElementHeader;
       leaf-list version-bitmap {
         type boolean;
       }
     }
     
    The schema path to identify an instance is openflow-protocol/hello/elements

    To create instances of this class use ElementsBuilder.

    See Also:
    ElementsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Elements> 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 OfHelloElementHeader
      • getVersionBitmap

        @Nullable List<Boolean> getVersionBitmap()
        Returns:
        java.util.List versionBitmap, or null if not present