Uses of Class
com.example.metaschema.MetapathNamespace
-
Uses of MetapathNamespace in com.example.metaschema
Modifier and TypeMethodDescriptionMETASCHEMA.getNamespaceBindings()
MetaschemaMetaConstraints.getNamespaceBindings()
MetaschemaModuleConstraints.getNamespaceBindings()
Modifier 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.Modifier and TypeMethodDescriptionvoid
METASCHEMA.setNamespaceBindings
(List<MetapathNamespace> value) void
MetaschemaMetaConstraints.setNamespaceBindings
(List<MetapathNamespace> value) void
MetaschemaModuleConstraints.setNamespaceBindings
(List<MetapathNamespace> value)