Interface Rloc

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Rloc>, AugmentedLispAddress, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<RlocContainer>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LispAddress

    public interface Rloc
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RlocContainer>, org.opendaylight.yangtools.yang.binding.Augmentable<Rloc>, AugmentedLispAddress

    This class represents the following YANG schema fragment defined in module odl-lisp-proto

     container rloc {
       uses odl-lisp-address:augmented-lisp-address;
     }
     
    The schema path to identify an instance is odl-lisp-proto/rloc-container/rloc

    To create instances of this class use RlocBuilder.

    See Also:
    RlocBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<Rloc> implementedInterface()
        Specified by:
        implementedInterface in interface AugmentedLispAddress
        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 LispAddress