Interface Subobject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Subobject>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Bnc>, CSubobject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, IpPrefixSubobject

    public interface Subobject
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Bnc>, org.opendaylight.yangtools.yang.binding.Augmentable<Subobject>, IpPrefixSubobject

    This class represents the following YANG schema fragment defined in module pcep-types

     list subobject {
       leaf loose {
         type boolean;
       }
       uses rsvp:ip-prefix-subobject;
       ordered-by user;
     }
     
    The schema path to identify an instance is pcep-types/bnc/subobject

    To create instances of this class use SubobjectBuilder.

    See Also:
    SubobjectBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Subobject> 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 IpPrefixSubobject
      • isLoose

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