Interface PathKeys

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PathKeys>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PathKey>, CSubobject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, PathKeySubobject

    public interface PathKeys
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PathKey>, org.opendaylight.yangtools.yang.binding.Augmentable<PathKeys>, PathKeySubobject

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

     list path-keys {
       min-elements 1;
       leaf loose {
         type boolean;
         default false;
       }
       uses rsvp:path-key-subobject;
       ordered-by user;
     }
     
    The schema path to identify an instance is pcep-types/path-key-object/path-key/path-keys

    To create instances of this class use PathKeysBuilder.

    See Also:
    PathKeysBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<PathKeys> 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 PathKeySubobject
      • isLoose

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