Interface AddressFamily
- All Superinterfaces:
org.opendaylight.yangtools.binding.BaseIdentity
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>
,org.opendaylight.yangtools.binding.BindingObject
,Serializable
- All Known Subinterfaces:
Ipv4AddressFamily
,Ipv6AddressFamily
,L2vpnAddressFamily
,LinkstateAddressFamily
@Generated("mdsal-binding-generator")
public interface AddressFamily
extends org.opendaylight.yangtools.binding.BaseIdentity
This class represents the following YANG schema fragment defined in module bgp-types
identity address-family { }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class.static final @NonNull AddressFamily
Singleton value representing theAddressFamily
identity. -
Method Summary
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class. -
VALUE
Singleton value representing theAddressFamily
identity.
-
-
Method Details
-
implementedInterface
Class<? extends AddressFamily> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>
-