Interface OuterChoice

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<OuterList>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    One, TwoThree

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

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

     choice outer-choice {
       case one {
         leaf one {
           type string;
         }
       }
       case two-three {
         leaf two {
           type string;
         }
         leaf three {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is dsbenchmark/test-exec/outer-list/outer-choice
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME