Uses of Record Class
org.opendaylight.yangtools.yang.parser.api.YangLibSubmodule
Packages that use YangLibSubmodule
-
Uses of YangLibSubmodule in org.opendaylight.yangtools.yang.parser.api
Methods in org.opendaylight.yangtools.yang.parser.api that return types with arguments of type YangLibSubmoduleModifier and TypeMethodDescriptionYangLibModule.submodules()
Returns the value of thesubmodules
record component.Constructor parameters in org.opendaylight.yangtools.yang.parser.api with type arguments of type YangLibSubmoduleModifierConstructorDescriptionYangLibModule
(@NonNull SourceIdentifier identifier, @NonNull XMLNamespace namespace, @NonNull ImmutableMap<UnresolvedQName.Unqualified, YangLibSubmodule> submodules, @NonNull ImmutableSet<UnresolvedQName.Unqualified> features, @NonNull ImmutableSet<UnresolvedQName.Unqualified> deviationModuleNames, @NonNull SourceRepresentation source) Creates an instance of aYangLibModule
record class.