persistent class %Library.ParameterDefinition
extends %AbstractDefinition
Note: The class definition classes in the %Library package have been superceded
by those in the %Dictionary package.
This class represents a specific class parameter description for a class contained
within the Caché Dictionary.
For more information on class definition classes, refer to
About Class Definition Classes.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
10
|
|
|
|
|
|
property ClassName
as %CacheString;
A string containing the name of the class the method belongs to.
property Constraint
as %CacheString;
This is for internal use only.
property Default
as %CacheString;
A string containing the default value for the class parameter.
property Description
as %CacheString;
A string containing the description for the class parameter.
property Final
as %CacheString;
A flag indicating whether the class parameter is final (1) or not (0).
property Flags
as %CacheString;
This is for internal use only.
property Internal
as %CacheString;
A flag indicating whether the class parameter is internal (1) or not (0).
property Name
as %CacheString;
A string containing the name of the class parameter.
property SequenceNumber
as %CacheString;
Sequence number used to determine order of this item in Studio editor and in XML export format.
property Type
as %CacheString;
This is for internal use only.