All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.ChoiceIn<RecordRouteSubobjects>, org.opendaylight.yangtools.yang.binding.DataContainer
All Known Subinterfaces:
BasicProtectionCase, DynamicControlProtectionCase, IpPrefixCase, LabelCase, PathKeyCase, SrRroType, SrRroType, SrRroType, SrRroType, SrRroType, SrRroType, SrRroType, SrRroType, SrRroType, SrRroType, UnnumberedCase

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

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

 choice subobject-type {
   case ip-prefix-case {
     container ip-prefix {
       uses ip-prefix-subobject;
     }
   }
   case label-case {
     container label {
       uses label-subobject;
       leaf global {
         type boolean;
         default false;
       }
     }
   }
   case unnumbered-case {
     container unnumbered {
       uses unnumbered-subobject;
     }
   }
   case path-key-case {
     container path-key {
       uses path-key-subobject;
     }
   }
 }
 
  • 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.