Uses of Class
com.example.metaschema.MetapathContext
Packages that use MetapathContext
-
Uses of MetapathContext in com.example.metaschema
Methods in com.example.metaschema that return types with arguments of type MetapathContextModifier and TypeMethodDescriptionMetapathContext.getContexts()
MetaschemaMetaConstraints.getContexts()
Methods in com.example.metaschema with parameters of type MetapathContextModifier and TypeMethodDescriptionboolean
MetapathContext.addContext
(MetapathContext item) Add a newMetapathContext
item to the underlying collection.boolean
MetaschemaMetaConstraints.addContext
(MetapathContext item) Add a newMetapathContext
item to the underlying collection.boolean
MetapathContext.removeContext
(MetapathContext item) Remove the first matchingMetapathContext
item from the underlying collection.boolean
MetaschemaMetaConstraints.removeContext
(MetapathContext item) Remove the first matchingMetapathContext
item from the underlying collection.Method parameters in com.example.metaschema with type arguments of type MetapathContextModifier and TypeMethodDescriptionvoid
MetapathContext.setContexts
(List<MetapathContext> value) void
MetaschemaMetaConstraints.setContexts
(List<MetapathContext> value)