Interface PathTypes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PathTypes>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Paths>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface PathTypes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Paths>, org.opendaylight.yangtools.yang.binding.Augmentable<PathTypes>
    A path can have multiple traits, each of which is indicated by a presence container under this one. Such containers should not carry any data.

    This class represents the following YANG schema fragment defined in module topology-tunnel

     container path-types {
     }
     
    The schema path to identify an instance is topology-tunnel/network-topology/topology/(urn:opendaylight:params:xml:ns:yang:topology:tunnel?revision=2013-08-19)paths/path-types

    To create instances of this class use PathTypesBuilder.

    See Also:
    PathTypesBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<PathTypes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject