All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot

@Generated("mdsal-binding-generator") public interface BatchCommonData extends org.opendaylight.yangtools.yang.binding.DataRoot
Openflow batch services - common groupings.

This class represents the following YANG schema fragment defined in module batch-common

 module batch-common {
   namespace urn:opendaylight:service:batch:common;
   prefix batch-common;
   revision 2016-03-22 {
   }
   grouping batch-order-grouping {
     leaf batch-order {
       type uint16;
     }
   }
 }