blob: 10d240c10b8cadb65e045380b4f0f5aa28c62897 [file] [log] [blame]
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Metaclass(T)</title>
<link href="book.css" rel="stylesheet" type="text/css">
<meta content="DocBook XSL Stylesheets V1.75.1" name="generator">
<link rel="home" href="index.html" title="OCL Documentation">
<link rel="up" href="StandardLibrary.html" title="The OCL Standard Library">
<link rel="prev" href="Integer.html" title="Integer">
<link rel="next" href="OclAny.html" title="OclAny">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
Metaclass(T)
</h1>
<div class="section" title="Metaclass(T)">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both">
<a name="Metaclass"></a>
<span class="bold"><strong>
<code class="code">Metaclass(T)</code>
</strong></span>
</h2>
</div>
</div>
</div>
<p>conformsTo
<a class="link" href="Class.html" title="Class">
<code class="code">Class</code>
</a>,
<a class="link" href="OclType.html" title="OclType">
<code class="code">OclType</code>
</a>
</p>
<p>
<span class="bold"><strong>Attributes</strong></span>
</p>
<p>
<code class="code">instanceType : T</code>
</p>
<p>Evaluates to the type of instances.</p>
</div>
</body>
</html>