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 TypeMethodDescriptionbooleanMETASCHEMA.addNamespaceBinding(MetapathNamespace item) Add a newMetapathNamespaceitem to the underlying collection.booleanMetaschemaMetaConstraints.addNamespaceBinding(MetapathNamespace item) Add a newMetapathNamespaceitem to the underlying collection.booleanMetaschemaModuleConstraints.addNamespaceBinding(MetapathNamespace item) Add a newMetapathNamespaceitem to the underlying collection.booleanMETASCHEMA.removeNamespaceBinding(MetapathNamespace item) Remove the first matchingMetapathNamespaceitem from the underlying collection.booleanMetaschemaMetaConstraints.removeNamespaceBinding(MetapathNamespace item) Remove the first matchingMetapathNamespaceitem from the underlying collection.booleanMetaschemaModuleConstraints.removeNamespaceBinding(MetapathNamespace item) Remove the first matchingMetapathNamespaceitem from the underlying collection.Method parameters in com.example.metaschema with type arguments of type MetapathNamespaceModifier and TypeMethodDescriptionvoidMETASCHEMA.setNamespaceBindings(List<MetapathNamespace> value) voidMetaschemaMetaConstraints.setNamespaceBindings(List<MetapathNamespace> value) voidMetaschemaModuleConstraints.setNamespaceBindings(List<MetapathNamespace> value)