Parameter Syntax and Keywords
This reference describes the syntax and keywords that apply to a class parameter.
- Syntax of Parameters in Class Definitions – Describes the structure of a parameter definition.
- Abstract – Specifies whether this is an abstract parameter.
- Constraint – Specifies a user interface constraint in IDEs for this parameter.
- Deprecated – Specifies that this parameter is deprecated. This keyword is ignored by the class compiler and merely provides a human-readable indicator that the parameter is deprecated.
- Final – Specifies whether this parameter is final (cannot be overridden in subclasses)
- Flags – Modifies the user interface type (in IDEs) for this parameter.
- Internal – Specifies whether this parameter definition is internal (not displayed in the class documentation).