Uses of Interface
org.opendaylight.yangtools.yang.model.api.Submodule
-
Packages that use Submodule Package Description org.opendaylight.yangtools.yang.model.api Definition of structures and DOM like API of effected YANG schema.org.opendaylight.yangtools.yang.model.export -
-
Uses of Submodule in org.opendaylight.yangtools.yang.model.api
Methods in org.opendaylight.yangtools.yang.model.api that return types with arguments of type Submodule Modifier and Type Method Description Collection<? extends Submodule>
ModuleLike. getSubmodules()
-
Uses of Submodule in org.opendaylight.yangtools.yang.model.export
Methods in org.opendaylight.yangtools.yang.model.export with parameters of type Submodule Modifier and Type Method Description static void
YinExportUtils. writeSubmoduleAsYinText(Module parentModule, Submodule submodule, OutputStream output)
-