Uses of Enum
dev.metaschema.core.model.IDefinition.ModuleScope
Packages that use IDefinition.ModuleScope
-
Uses of IDefinition.ModuleScope in dev.metaschema.core.model
Fields in dev.metaschema.core.model declared as IDefinition.ModuleScopeModifier and TypeFieldDescriptionstatic final IDefinition.ModuleScopeIDefinition.DEFAULT_MODULE_SCOPEThe default module scope for definitions.Methods in dev.metaschema.core.model that return IDefinition.ModuleScopeModifier and TypeMethodDescriptiondefault IDefinition.ModuleScopeIDefinition.getModuleScope()Retrieve the definition's scope within the context of its defining module.static IDefinition.ModuleScopeReturns the enum constant of this type with the specified name.static IDefinition.ModuleScope[]IDefinition.ModuleScope.values()Returns an array containing the constants of this enum type, in the order they are declared.