Previous Topic: Type StatementNext Topic: Storage Statement


Access Statement

The optional access statement determines whether the attribute value can be read or written.

The syntax is:

access = method
Method

Specifies whether the access is read-only, read-write, or write-only. If the access statement is not specified, the default access is read-only. Attributes marked as keys cannot be write-only. Only one access statement can appear in the attribute definition.