Metamethod

open class Metamethod

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}metaprecondition"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}metaimplementation"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}metapostcondition"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}metaattributes"/>
      </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="provenance" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="ownerobjectid" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="ownereventid" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="viamethod" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="viadependency" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="viainheritance" type="{http://www.w3.org/2001/XMLSchema}integer" />
    </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 metaimplementation property.
Link copied to clipboard
Gets the value of the metapostcondition property.
Link copied to clipboard
Gets the value of the metaprecondition property.
Link copied to clipboard
open fun getName(): String
Gets the value of the name property.
Link copied to clipboard
Gets the value of the ownereventid property.
Link copied to clipboard
Gets the value of the ownerobjectid property.
Link copied to clipboard
open fun getProvenance(): String
Gets the value of the provenance property.
Link copied to clipboard
open fun getType(): String
Gets the value of the type property.
Link copied to clipboard
Gets the value of the viadependency property.
Link copied to clipboard
Gets the value of the viainheritance property.
Link copied to clipboard
Gets the value of the viamethod 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 setMetaimplementation(value: String)
Sets the value of the metaimplementation property.
Link copied to clipboard
open fun setMetapostcondition(value: String)
Sets the value of the metapostcondition property.
Link copied to clipboard
open fun setMetaprecondition(value: String)
Sets the value of the metaprecondition property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.
Link copied to clipboard
open fun setOwnereventid(value: BigInteger)
Sets the value of the ownereventid property.
Link copied to clipboard
open fun setOwnerobjectid(value: BigInteger)
Sets the value of the ownerobjectid property.
Link copied to clipboard
open fun setProvenance(value: String)
Sets the value of the provenance property.
Link copied to clipboard
open fun setType(value: String)
Sets the value of the type property.
Link copied to clipboard
open fun setViadependency(value: BigInteger)
Sets the value of the viadependency property.
Link copied to clipboard
open fun setViainheritance(value: BigInteger)
Sets the value of the viainheritance property.
Link copied to clipboard
open fun setViamethod(value: BigInteger)
Sets the value of the viamethod property.