Interface ErrorType

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<RsvpErrorSpec>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    RsvpCase, UserCase

    @Generated("mdsal-binding-generator")
    public interface ErrorType
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<RsvpErrorSpec>

    This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful

     choice error-type {
       case rsvp-case {
         container rsvp-error {
           uses rsvp:error-spec;
         }
       }
       case user-case {
         container user-error {
           uses rsvp:user-error-spec;
         }
       }
     }
     
    The schema path to identify an instance is odl-pcep-ietf-statefulrsvp-error-spec-tlvrsvp-error-specerror-type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME