Defining attributes
An attribute definition also includes business rules, which are defined on associated property sheets.
Analyzing attribute properties
The following attribute properties each have several default values from which you can select from:
♦Data Type
♦Visibility
♦Multiplicity
Data Type
You can select one of the following instances as a data type for an attribute:
Boolean
Byte
Char
Double
Float
Int
Long
Short
Visibility
Property
Private
Protected
Package
Public
Visible
Only to the attribute itself
Only to the attribute and its inherited objects
To all objects contained within the same package
To all objects
50