Uses of Class
com.example.metaschema.MetapathContext
-
Uses of MetapathContext in com.example.metaschema
Modifier and TypeMethodDescriptionMetapathContext.getContexts()
MetaschemaMetaConstraints.getContexts()
Modifier 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.Modifier and TypeMethodDescriptionvoid
MetapathContext.setContexts
(List<MetapathContext> value) void
MetaschemaMetaConstraints.setContexts
(List<MetapathContext> value)