All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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;
     }
   }
 }
 
  • 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.
  • Method Summary

    Methods inherited from interface org.opendaylight.yangtools.yang.binding.BindingContract

    implementedInterface
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.