Uses of Class
dev.metaschema.databind.model.metaschema.binding.MetaschemaModuleConstraints.Scope
Packages that use MetaschemaModuleConstraints.Scope
Package
Description
Provides generated Metaschema binding classes for module(s): Metaschema
Model.
-
Uses of MetaschemaModuleConstraints.Scope in dev.metaschema.databind.model.metaschema.binding
Methods in dev.metaschema.databind.model.metaschema.binding that return types with arguments of type MetaschemaModuleConstraints.ScopeModifier and TypeMethodDescriptionMetaschemaModuleConstraints.getScopes()Get thescopeproperty.Methods in dev.metaschema.databind.model.metaschema.binding with parameters of type MetaschemaModuleConstraints.ScopeModifier and TypeMethodDescriptionbooleanMetaschemaModuleConstraints.addScope(MetaschemaModuleConstraints.Scope item) Add a newMetaschemaModuleConstraints.Scopeitem to the underlying collection.booleanMetaschemaModuleConstraints.removeScope(MetaschemaModuleConstraints.Scope item) Remove the first matchingMetaschemaModuleConstraints.Scopeitem from the underlying collection.Method parameters in dev.metaschema.databind.model.metaschema.binding with type arguments of type MetaschemaModuleConstraints.ScopeModifier and TypeMethodDescriptionvoidMetaschemaModuleConstraints.setScopes(List<MetaschemaModuleConstraints.Scope> value) Set thescopeproperty.