java.lang.Object
dev.metaschema.model.testing.testsuite.Metaschema
- All Implemented Interfaces:
dev.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Metaschema",
description="Reference to a metaschema module to load.",
name="metaschema",
moduleClass=MetaschemaTestSuiteModule.class)
public class Metaschema
extends Object
implements dev.metaschema.core.model.IBoundObject
Reference to a metaschema module to load.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newdev.metaschema.model.testing.testsuite.Metaschemainstance with no metadata.Metaschema(dev.metaschema.core.model.IMetaschemaData data) Constructs a newdev.metaschema.model.testing.testsuite.Metaschemainstance with the specified metadata. -
Method Summary
Modifier and TypeMethodDescriptionGet the location.dev.metaschema.core.model.IMetaschemaDatavoidsetLocation(URI value) Set the location.toString()
-
Constructor Details
-
Metaschema
public Metaschema()Constructs a newdev.metaschema.model.testing.testsuite.Metaschemainstance with no metadata. -
Metaschema
Constructs a newdev.metaschema.model.testing.testsuite.Metaschemainstance with the specified metadata.- Parameters:
data- the metaschema data, ornullif none
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaDatain interfacedev.metaschema.core.model.IBoundObject
-
getLocation
Get the location.A URI reference to the metaschema module location.
- Returns:
- the location value
-
setLocation
Set the location.A URI reference to the metaschema module location.
- Parameters:
value- the location value to set
-
toString
-