java.lang.Object
dev.metaschema.model.testing.testsuite.Metaschema
- All Implemented Interfaces:
IBoundObject
@MetaschemaAssembly(formalName="Metaschema",
description="Reference to a metaschema module to load.",
name="metaschema",
moduleClass=MetaschemaTestSuiteModule.class)
public class Metaschema
extends Object
implements IBoundObject
Reference to a metaschema module to load.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newdev.metaschema.model.testing.testsuite.Metaschemainstance with no metadata.Metaschema(IMetaschemaData data) Constructs a newdev.metaschema.model.testing.testsuite.Metaschemainstance with the specified metadata. -
Method Summary
Modifier and TypeMethodDescriptionGet the location.Get additional Metaschema-related information for the object (i.e., resource location).voidsetLocation(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
Description copied from interface:IBoundObjectGet additional Metaschema-related information for the object (i.e., resource location).- Specified by:
getMetaschemaDatain interfaceIBoundObject- Returns:
- the Metaschema-related information
-
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
-