Interface TestData
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot
@Generated("mdsal-binding-generator")
public interface TestData
extends org.opendaylight.yangtools.yang.binding.DataRoot
This class represents the following YANG schema fragment defined in module test
module test {
namespace urn:opendaylight:test;
prefix test;
revision 2013-08-19 {
}
rpc test-flow {
input input {
leaf dummy {
type string;
}
}
}
}