Uses of Record Class
org.opendaylight.yangtools.yang.parser.api.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 com.google.common.collect.ImmutableMap<org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier,YangLibModule> YangLibModuleSet.importOnlyModules()Returns the value of theimportOnlyModulesrecord component.@NonNull com.google.common.collect.ImmutableMap<UnresolvedQName.Unqualified,YangLibModule> YangLibModuleSet.modules()Returns the value of themodulesrecord component.Constructor parameters in org.opendaylight.yangtools.yang.parser.api with type arguments of type YangLibModuleModifierConstructorDescriptionYangLibModuleSet(@NonNull String name, @NonNull com.google.common.collect.ImmutableMap<UnresolvedQName.Unqualified, YangLibModule> modules, @NonNull com.google.common.collect.ImmutableMap<org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier, YangLibModule> importOnlyModules) Creates an instance of aYangLibModuleSetrecord class.