Attribute Statement

The attribute statement declares a new attribute of specific type on a specific class.

This page discusses:

See Also
Basics
Package Statement

Syntax



A type reference has the following syntax:



Use

An attribute declaration can only refer to types that are declared before.

Example

ATTRIBUTE MyClass.quantity : Integer;