Metamodel

open class Metamodel

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}datatypes" minOccurs="0"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}metaobjects"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}metaevents"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}metaspecialisedevents"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}metadependencies"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}metainheritances"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}metamethods"/>
      </sequence>
      <attribute name="lastid" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the datatypes property.
Link copied to clipboard
open fun getLastid(): BigInteger
Gets the value of the lastid property.
Link copied to clipboard
Gets the value of the metadependencies property.
Link copied to clipboard
Gets the value of the metaevents property.
Link copied to clipboard
Gets the value of the metainheritances property.
Link copied to clipboard
Gets the value of the metamethods property.
Link copied to clipboard
Gets the value of the metaobjects property.
Link copied to clipboard
Gets the value of the metaspecialisedevents property.
Link copied to clipboard
open fun setDatatypes(value: Datatypes)
Sets the value of the datatypes property.
Link copied to clipboard
open fun setLastid(value: BigInteger)
Sets the value of the lastid property.
Link copied to clipboard
Sets the value of the metadependencies property.
Link copied to clipboard
open fun setMetaevents(value: Metaevents)
Sets the value of the metaevents property.
Link copied to clipboard
Sets the value of the metainheritances property.
Link copied to clipboard
open fun setMetamethods(value: Metamethods)
Sets the value of the metamethods property.
Link copied to clipboard
open fun setMetaobjects(value: Metaobjects)
Sets the value of the metaobjects property.
Link copied to clipboard
Sets the value of the metaspecialisedevents property.