All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.ChoiceIn<Address>, org.opendaylight.yangtools.yang.binding.DataContainer
All Known Subinterfaces:
Ipv4, Ipv6

@Generated("mdsal-binding-generator") public interface Address extends org.opendaylight.yangtools.yang.binding.ChoiceIn<Address>

This class represents the following YANG schema fragment defined in module opendaylight-action-types

 choice address {
   case ipv4 {
     leaf ipv4-address {
       type inet:ipv4-prefix;
     }
   }
   case ipv6 {
     leaf ipv6-address {
       type inet:ipv6-prefix;
     }
   }
 }
 
  • 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.
  • Method Summary

    Methods inherited from interface org.opendaylight.yangtools.yang.binding.BindingContract

    implementedInterface
  • Field Details

    • QNAME

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