[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

Integer

inherits from Object

Object <- Integer



Operations

Get list of all operations

Class Integer defines no new operations.


Attributes

Get list of all attributes

IntegerValue


Fields

Field Type
Integer: integerValue: Signed


Instance template

instance Integer tag;
   integerValue: 0;
end instance;

Class definition

Define Class Integer;
    inherits from Object;

    field integerValue : Signed, getter, setter;

    attribute IntegerValue: Signed;
end class;