Interface LabelType

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<LabelSubobject>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    GeneralizedLabelCase, Type1LabelCase, WavebandSwitchingLabelCase

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

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

     choice label-type {
       case type1-label-case {
         container type1-label {
           uses type1-label;
         }
       }
       case generalized-label-case {
         container generalized-label {
           uses generalized-label;
         }
       }
       case waveband-switching-label-case {
         container waveband-switching-label {
           uses waveband-switching-label;
         }
       }
     }
     
    The schema path to identify an instance is rsvplabel-subobjectlabel-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