Interface Prefix

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Prefix>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Graph>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<PrefixKey>, Prefix

    public interface Prefix
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Graph>, org.opendaylight.yangtools.yang.binding.Augmentable<Prefix>, Prefix, org.opendaylight.yangtools.yang.binding.Identifiable<PrefixKey>
    The list of prefixes for the Graph.

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

     list prefix {
       key prefix;
       uses prefix;
     }
     
    The schema path to identify an instance is graph/graph-topology/graph/prefix

    To create instances of this class use PrefixBuilder.

    See Also:
    PrefixBuilder, PrefixKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Prefix> implementedInterface()
        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 Prefix
      • key

        PrefixKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<PrefixKey>