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:
OvsdbBridgeProtocolOpenflow10, OvsdbBridgeProtocolOpenflow11, OvsdbBridgeProtocolOpenflow12, OvsdbBridgeProtocolOpenflow13, OvsdbBridgeProtocolOpenflow14, OvsdbBridgeProtocolOpenflow15

@Generated("mdsal-binding-generator") public interface OvsdbBridgeProtocolBase extends org.opendaylight.yangtools.yang.binding.BaseIdentity
Base identity for all ovsdb-bridge-protocols

This class represents the following YANG schema fragment defined in module ovsdb

 identity ovsdb-bridge-protocol-base {
 }
 
  • 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 OvsdbBridgeProtocolBase VALUE
      Singleton value representing the OvsdbBridgeProtocolBase identity.
  • Method Details

    • implementedInterface

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