hidden deprecatedpersistent class %Library.ParameterDefinition
extends %AbstractDefinition
Note: The class definition classes in the %Library package have been superceded
by those in the %Dictionary package. Instead use %Dictionary.ParameterDefinition.
This class represents a specific class parameter description.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
11
|
|
|
|
|
|
property ClassName
as %RawString;
A string containing the name of the class the method belongs to.
property Constraint
as %RawString;
This is for internal use only.
property Default
as %RawString;
A string containing the default value for the class parameter.
property Deprecated
as %RawString;
A flag indicating if this parameter is deprecated (1) or not (0).
property Description
as %RawString;
A string containing the description for the class parameter.
property Final
as %RawString;
A flag indicating whether the class parameter is final (1) or not (0).
property Flags
as %RawString;
This is for internal use only.
property Internal
as %RawString;
A flag indicating whether the class parameter is internal (1) or not (0).
property Name
as %RawString;
A string containing the name of the class parameter.
property SequenceNumber
as %RawString;
Sequence number used to determine order of this item in Studio editor and in XML export format.
property Type
as %RawString;
This is for internal use only.