Interface BarrierSuffix

    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends BarrierSuffix> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getBarrierAfter

        Boolean getBarrierAfter()
        Return barrierAfter, or null if it is not present.
        Returns:
        Boolean barrierAfter, or null if it is not present.
      • requireBarrierAfter

        default @NonNull Boolean requireBarrierAfter()
        Return barrierAfter, guaranteed to be non-null.
        Returns:
        Boolean barrierAfter, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if barrierAfter is not present