All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BaseIdentity, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>, org.opendaylight.yangtools.yang.binding.BindingObject, SubmitFailure

@Generated("mdsal-binding-generator") public interface UnknownPreconditionId extends SubmitFailure
One of the instruction IDs specified in the precondition list is unknown.

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

 identity unknown-precondition-id {
   base submit-failure;
 }
 
  • 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 UnknownPreconditionId VALUE
      Singleton value representing the UnknownPreconditionId identity.
  • Method Details

    • implementedInterface

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