Uses of Class
com.example.metaschema.MetaschemaModuleConstraints.Scope
Packages that use MetaschemaModuleConstraints.Scope
-
Uses of MetaschemaModuleConstraints.Scope in com.example.metaschema
Methods in com.example.metaschema that return types with arguments of type MetaschemaModuleConstraints.ScopeMethods in com.example.metaschema with parameters of type MetaschemaModuleConstraints.ScopeModifier and TypeMethodDescriptionboolean
MetaschemaModuleConstraints.addScope
(MetaschemaModuleConstraints.Scope item) Add a newMetaschemaModuleConstraints.Scope
item to the underlying collection.boolean
MetaschemaModuleConstraints.removeScope
(MetaschemaModuleConstraints.Scope item) Remove the first matchingMetaschemaModuleConstraints.Scope
item from the underlying collection.Method parameters in com.example.metaschema with type arguments of type MetaschemaModuleConstraints.ScopeModifier and TypeMethodDescriptionvoid
MetaschemaModuleConstraints.setScopes
(List<MetaschemaModuleConstraints.Scope> value)