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:
UncancellableInstruction, UnknownInstruction

@Generated("mdsal-binding-generator") public interface CancelFailure extends org.opendaylight.yangtools.binding.BaseIdentity
The base identity of various reasons for an instruction cancellation to fail.

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

 identity cancel-failure {
 }
 
  • 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 CancelFailure
    Singleton value representing the CancelFailure identity.
  • Method Summary

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

    • implementedInterface

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