blob: baacafc0f9a43b91131eff20a473cf9c199a4402 [file] [log] [blame]
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>EnumerationLiteral</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="Enumeration.html" title="Enumeration">
<link rel="next" href="Integer.html" title="Integer">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
EnumerationLiteral
</h1>
<div class="section" title="EnumerationLiteral">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both">
<a name="EnumerationLiteral"></a>
<span class="bold"><strong>
<code class="code">EnumerationLiteral</code>
</strong></span>
</h2>
</div>
</div>
</div>
<p>The standard type EnumerationLiteral represents a named constant value of an Enumeration.</p>
<p>conformsTo
<a class="link" href="OclAny.html" title="OclAny">
<code class="code">OclAny</code>
</a>
</p>
<p>
<span class="bold"><strong>Attributes</strong></span>
</p>
<p>
<code class="code">Enumeration : Bag(Enumeration[*|?])</code>
</p>
<p>
<code class="code">OclEnumeration : Bag(OclEnumeration[*|?])</code>
</p>
</div>
</body>
</html>