Metaobject

open class Metaobject

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}metadescription"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}metaconstraints"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}metamultiplepropagationconstraints" maxOccurs="unbounded" minOccurs="0"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}metaattributes"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}metafsms"/>
      </sequence>
      <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="abstract" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getId(): BigInteger
Gets the value of the id property.
Link copied to clipboard
Gets the value of the metaattributes property.
Link copied to clipboard
Gets the value of the metaconstraints property.
Link copied to clipboard
Gets the value of the metadescription property.
Link copied to clipboard
open fun getMetafsms(): Metafsms
Gets the value of the metafsms property.
Link copied to clipboard
Gets the value of the metamultiplepropagationconstraints property.
Link copied to clipboard
open fun getName(): String
Gets the value of the name property.
Link copied to clipboard
open fun isAbstract(): Boolean
Gets the value of the abstract property.
Link copied to clipboard
open fun setAbstract(value: Boolean)
Sets the value of the abstract property.
Link copied to clipboard
open fun setId(value: BigInteger)
Sets the value of the id property.
Link copied to clipboard
Sets the value of the metaattributes property.
Link copied to clipboard
open fun setMetaconstraints(value: String)
Sets the value of the metaconstraints property.
Link copied to clipboard
open fun setMetadescription(value: String)
Sets the value of the metadescription property.
Link copied to clipboard
open fun setMetafsms(value: Metafsms)
Sets the value of the metafsms property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.