Uses of Record Class
org.opendaylight.yangtools.yang.parser.api.YangLibModule
Packages that use YangLibModule
-
Uses of YangLibModule in org.opendaylight.yangtools.yang.parser.api
Methods in org.opendaylight.yangtools.yang.parser.api that return types with arguments of type YangLibModuleModifier and TypeMethodDescription@NonNull ImmutableMap<SourceIdentifier,
YangLibModule> YangLibModuleSet.importOnlyModules()
Returns the value of theimportOnlyModules
record component.YangLibModuleSet.modules()
Returns the value of themodules
record component.Constructor parameters in org.opendaylight.yangtools.yang.parser.api with type arguments of type YangLibModuleModifierConstructorDescriptionYangLibModuleSet
(@NonNull String name, @NonNull ImmutableMap<UnresolvedQName.Unqualified, YangLibModule> modules, @NonNull ImmutableMap<SourceIdentifier, YangLibModule> importOnlyModules) Creates an instance of aYangLibModuleSet
record class.