All Superinterfaces:
org.opendaylight.yangtools.binding.BaseIdentity, org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>, org.opendaylight.yangtools.binding.BindingObject, Serializable, ToastType

@Generated("mdsal-binding-generator") public interface WheatBread extends ToastType
Wheat bread.

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

 identity wheat-bread {
   base toast-type;
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
    static final @NonNull WheatBread
    Singleton value representing the WheatBread identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends WheatBread>
     
  • Field Details

    • QNAME

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

      static final @NonNull WheatBread VALUE
      Singleton value representing the WheatBread identity.
  • Method Details

    • implementedInterface

      Class<? extends WheatBread> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>
      Specified by:
      implementedInterface in interface ToastType