Interface LabelSubobject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, CSubobject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Label, Label

    public interface LabelSubobject
    extends org.opendaylight.yangtools.yang.binding.DataObject, CSubobject

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

     grouping label-subobject {
       uses c-subobject;
       leaf uni-directional {
         type boolean;
       }
       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 rsvp/label-subobject
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends LabelSubobject> implementedInterface()
        Specified by:
        implementedInterface in interface CSubobject
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isUniDirectional

        @Nullable Boolean isUniDirectional()
        Returns:
        java.lang.Boolean uniDirectional, or null if not present
      • getLabelType

        @Nullable LabelType getLabelType()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.subobject.LabelType labelType, or null if not present