Interface EroFlags

    • 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 EroFlags> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getLoose

        Boolean getLoose()
        Return loose, or null if it is not present.
        Returns:
        Boolean loose, or null if it is not present.
      • requireLoose

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