Class MetapathContext
java.lang.Object
gov.nist.secauto.metaschema.databind.model.metaschema.binding.MetapathContext
- All Implemented Interfaces:
IBoundObject
@MetaschemaAssembly(name="metapath-context",
moduleClass=MetaschemaModelModule.class)
public class MetapathContext
extends Object
implements IBoundObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addContext
(MetapathContext item) Add a newMetapathContext
item to the underlying collection.boolean
Add a newMetaschemaMetapath
item to the underlying collection.boolean
removeContext
(MetapathContext item) Remove the first matchingMetapathContext
item from the underlying collection.boolean
Remove the first matchingMetaschemaMetapath
item from the underlying collection.void
void
setContexts
(List<MetapathContext> value) void
setMetapaths
(List<MetaschemaMetapath> value) void
setRemarks
(Remarks value) toString()
-
Constructor Details
-
MetapathContext
public MetapathContext() -
MetapathContext
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaData
in interfaceIBoundObject
-
getMetapaths
-
setMetapaths
-
addMetapath
Add a newMetaschemaMetapath
item to the underlying collection.- Parameters:
item
- the item to add- Returns:
true
-
removeMetapath
Remove the first matchingMetaschemaMetapath
item from the underlying collection.- Parameters:
item
- the item to remove- Returns:
true
if the item was removed orfalse
otherwise
-
getConstraints
-
setConstraints
-
getContexts
-
setContexts
-
addContext
Add a newMetapathContext
item to the underlying collection.- Parameters:
item
- the item to add- Returns:
true
-
removeContext
Remove the first matchingMetapathContext
item from the underlying collection.- Parameters:
item
- the item to remove- Returns:
true
if the item was removed orfalse
otherwise
-
getRemarks
-
setRemarks
-
toString
-