Uses of Class
com.example.metaschema.MetapathNamespace
Packages that use MetapathNamespace
-
Uses of MetapathNamespace in com.example.metaschema
Methods in com.example.metaschema that return types with arguments of type MetapathNamespaceModifier and TypeMethodDescriptionMETASCHEMA.getNamespaceBindings()
MetaschemaMetaConstraints.getNamespaceBindings()
MetaschemaModuleConstraints.getNamespaceBindings()
Methods in com.example.metaschema with parameters of type MetapathNamespaceModifier and TypeMethodDescriptionboolean
METASCHEMA.addNamespaceBinding
(MetapathNamespace item) Add a newMetapathNamespace
item to the underlying collection.boolean
MetaschemaMetaConstraints.addNamespaceBinding
(MetapathNamespace item) Add a newMetapathNamespace
item to the underlying collection.boolean
MetaschemaModuleConstraints.addNamespaceBinding
(MetapathNamespace item) Add a newMetapathNamespace
item to the underlying collection.boolean
METASCHEMA.removeNamespaceBinding
(MetapathNamespace item) Remove the first matchingMetapathNamespace
item from the underlying collection.boolean
MetaschemaMetaConstraints.removeNamespaceBinding
(MetapathNamespace item) Remove the first matchingMetapathNamespace
item from the underlying collection.boolean
MetaschemaModuleConstraints.removeNamespaceBinding
(MetapathNamespace item) Remove the first matchingMetapathNamespace
item from the underlying collection.Method parameters in com.example.metaschema with type arguments of type MetapathNamespaceModifier and TypeMethodDescriptionvoid
METASCHEMA.setNamespaceBindings
(List<MetapathNamespace> value) void
MetaschemaMetaConstraints.setNamespaceBindings
(List<MetapathNamespace> value) void
MetaschemaModuleConstraints.setNamespaceBindings
(List<MetapathNamespace> value)