Interface Label

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Label>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<RecordRouteSubobjects>, CSubobject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LabelSubobject

    public interface Label
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RecordRouteSubobjects>, org.opendaylight.yangtools.yang.binding.Augmentable<Label>, LabelSubobject

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

     container label {
       uses label-subobject;
       leaf global {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is rsvp/record-route-subobjects/subobject-type/label-case/label

    To create instances of this class use LabelBuilder.

    See Also:
    LabelBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Label> 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
        Specified by:
        implementedInterface in interface LabelSubobject
      • isGlobal

        @Nullable Boolean isGlobal()
        Returns:
        java.lang.Boolean global, or null if not present