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 TypeMethodDescriptionbooleanMetapathContext.addContext(MetapathContext item) Add a newMetapathContextitem to the underlying collection.booleanMetaschemaMetaConstraints.addContext(MetapathContext item) Add a newMetapathContextitem to the underlying collection.booleanMetapathContext.removeContext(MetapathContext item) Remove the first matchingMetapathContextitem from the underlying collection.booleanMetaschemaMetaConstraints.removeContext(MetapathContext item) Remove the first matchingMetapathContextitem from the underlying collection.Method parameters in com.example.metaschema with type arguments of type MetapathContextModifier and TypeMethodDescriptionvoidMetapathContext.setContexts(List<MetapathContext> value) voidMetaschemaMetaConstraints.setContexts(List<MetapathContext> value)