Interface OpendaylightTestBug2562Data
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot
@Generated("mdsal-binding-generator")
public interface OpendaylightTestBug2562Data
extends org.opendaylight.yangtools.yang.binding.DataRoot
This class represents the following YANG schema fragment defined in module opendaylight-test-bug-2562
module opendaylight-test-bug-2562 {
yang-version 1;
namespace opendaylight-test-bug-2562:namespace;
prefix ty;
revision 2016-01-01 {
}
container root {
list fooroot {
list barroot {
key type;
leaf type {
type int32;
}
leaf value {
type int32;
}
}
}
}
}