Interface ModuleRuntimeType
- All Superinterfaces:
CompositeRuntimeType,GeneratedRuntimeType,Identifiable<org.opendaylight.yangtools.binding.model.api.JavaTypeName>,Immutable,RuntimeType,RuntimeTypeContainer
A
RuntimeType associated with a module statement.-
Method Summary
Modifier and TypeMethodDescriptionReturn theEffectiveStatementassociated with this run-time type.@Nullable YangDataRuntimeTypeyangDataChild(YangDataName templateName) Look up a childYangDataRuntimeTypeby itsYangDataName.Methods inherited from interface org.opendaylight.yangtools.binding.runtime.api.GeneratedRuntimeType
getIdentifier, javaTypeMethods inherited from interface org.opendaylight.yangtools.binding.runtime.api.RuntimeTypeContainer
bindingChild, bindingChild, schemaTreeChild
-
Method Details
-
statement
ModuleEffectiveStatement statement()Description copied from interface:RuntimeTypeReturn theEffectiveStatementassociated with this run-time type.- Specified by:
statementin interfaceRuntimeType- Returns:
- Effective statement
-
yangDataChild
Look up a childYangDataRuntimeTypeby itsYangDataName.- Parameters:
templateName- Yang Data template name- Returns:
- YangDataRuntimeType or
nullif not found
-