readonly
, then clients can only read the attribute value.
For example, the Account
interface defines the attributes
balance
and owner
.
These attributes represent information about the account which the object implementation can set, but which client applications can only read.