All Superinterfaces:
org.opendaylight.yangtools.binding.BaseIdentity, org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>, org.opendaylight.yangtools.binding.BindingObject, Serializable
All Known Subinterfaces:
FrozenBagel, FrozenWaffle, HashBrown, WheatBread, WhiteBread, WonderBread

@Generated("mdsal-binding-generator") public interface ToastType extends org.opendaylight.yangtools.binding.BaseIdentity
Base for all bread types supported by the toaster. New bread types not listed here nay be added in the future.

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

 identity 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 ToastType
    Singleton value representing the ToastType identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends ToastType>
     
  • 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 ToastType VALUE
      Singleton value representing the ToastType identity.
  • Method Details

    • implementedInterface

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