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, LispAddressFamily
All Known Subinterfaces:
AfiListLcaf, ApplicationDataLcaf, AsNumberLcaf, EncapsulationFormatLcaf, ExplicitLocatorPathLcaf, GeoCoordinatesLcaf, InstanceIdLcaf, JsonDataModelLcaf, KeyValueAddressLcaf, MulticastInfoLcaf, NatTraversalLcaf, NonceLocatorLcaf, NullAddressLcaf, OpaqueKeyLcaf, ReplicationListLcaf, SecurityKeyLcaf, ServicePathLcaf, SourceDestKeyLcaf

@Generated("mdsal-binding-generator") public interface Lcaf extends LispAddressFamily
IANA LISP Canonical Address Format address family.

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

 identity lcaf {
   base 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 Lcaf
    Singleton value representing the Lcaf identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends Lcaf>
     
  • 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 Lcaf VALUE
      Singleton value representing the Lcaf identity.
  • Method Details

    • implementedInterface

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