EAInteger : public class
Created: 2010-02-02 16:19:31
Modified: 2010-06-01 14:33:05
Project:
Advanced:
<p>An instance of Integer is an element in the set of integer numbers (..., -2, -1, 0, 1, 2, ...).<br/></p><p><br/></p><p>Semantics:<br/></p><p>An instance of Integer is an element in the set of integer numbers (..., -2, -1, 0, 1, 2, ...).<br/></p><p><br/></p><p>Notation:<br/></p><p>The datatype Integer is denoted using the rectangle symbol with keyword «Datatype Integer».<br/></p><p><br/></p><p>Extension: UML Datatype<br/></p>
Attribute Details
public int
  max
Notes: The maximal value of the range.
public int
  min
Notes: The minimum value of the range.
Object Type Connection Notes
RangeableDatatype Class Generalization