All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BaseIdentity, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>, org.opendaylight.yangtools.yang.binding.BindingObject
All Known Subinterfaces:
AfiListLcaf, ApplicationDataLcaf, AsNumberAfi, AsNumberLcaf, DistinguishedNameAfi, EncapsulationFormatLcaf, ExplicitLocatorPathLcaf, GeoCoordinatesLcaf, InstanceIdLcaf, Ipv4Afi, Ipv4BinaryAfi, Ipv4PrefixAfi, Ipv4PrefixBinaryAfi, Ipv6Afi, Ipv6BinaryAfi, Ipv6PrefixAfi, Ipv6PrefixBinaryAfi, JsonDataModelLcaf, KeyValueAddressLcaf, Lcaf, MacAfi, MulticastInfoLcaf, NatTraversalLcaf, NoAddressAfi, NonceLocatorLcaf, NullAddressLcaf, OpaqueKeyLcaf, ReplicationListLcaf, SecurityKeyLcaf, ServicePathLcaf, SourceDestKeyLcaf

@Generated("mdsal-binding-generator") public interface LispAddressFamily extends org.opendaylight.yangtools.yang.binding.BaseIdentity
Base identity from which identities describing LISP address families are derived.

This class represents the following YANG schema fragment defined in module ietf-lisp-address-types

 identity lisp-address-family {
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
    static final @NonNull LispAddressFamily
    Singleton value representing the LispAddressFamily identity.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • VALUE

      static final @NonNull LispAddressFamily VALUE
      Singleton value representing the LispAddressFamily identity.
  • Method Details

    • implementedInterface

      Class<? extends LispAddressFamily> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>