Rational Developer for System z

Translation of the attribute stereotype

These primitive types are set if a stereotype from the data profile has been applied and some of its properties are set.

The element stereotype from the COBOL profile is set on the attributes of the class.

The property usage is calculated based on the types as shown in Table 1.
Table 1. Property usage calculated on types
Stereotype Property Primitive Type Result Usage (Element stereotype)
String maxLength X(maxLength) display
Integer digits, sign 9 (digits) or S9(digits) if digits < 18
X (digits) or X (digits + 1) if digits > 18
display
Float digits, sign, decimals S9(digits)V(decimals) or (digits)V(decimals) comp-3
Email displayName X (length of displayName) display
Currency digits, sign, decimals S9(digits)V(decimals) or (digits)V(decimals) display
Boolean     display
Date     display

Feedback