Skip to main content

%Library.ParameterDefinition

deprecated persistent class %Library.ParameterDefinition extends %Library.AbstractDefinition

SQL Table Name: %Library.ParameterDefinition

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.

Property Inventory

Properties

property ClassName as %RawString;
A string containing the name of the class the method belongs to.
Property methods: ClassNameGet(), ClassNameIsValid(), ClassNameSet()
property Constraint as %RawString;
This is for internal use only.
Property methods: ConstraintGet(), ConstraintIsValid(), ConstraintSet()
property Default as %RawString;
A string containing the default value for the class parameter.
Property methods: DefaultGet(), DefaultIsValid(), DefaultSet()
property Deprecated as %RawString;
A flag indicating if this parameter is deprecated (1) or not (0).
Property methods: DeprecatedGet(), DeprecatedIsValid(), DeprecatedSet()
property Description as %RawString;
A string containing the description for the class parameter.
Property methods: DescriptionGet(), DescriptionIsValid(), DescriptionSet()
property Final as %RawString;
A flag indicating whether the class parameter is final (1) or not (0).
Property methods: FinalGet(), FinalIsValid(), FinalSet()
property Flags as %RawString;
This is for internal use only.
Property methods: FlagsGet(), FlagsIsValid(), FlagsSet()
property Internal as %RawString;
A flag indicating whether the class parameter is internal (1) or not (0).
Property methods: InternalGet(), InternalIsValid(), InternalSet()
property Name as %RawString;
A string containing the name of the class parameter.
Property methods: NameGet(), NameIsValid(), NameSet()
property SequenceNumber as %RawString;
Sequence number used to determine order of this item in Studio editor and in XML export format.
Property methods: SequenceNumberGet(), SequenceNumberIsValid(), SequenceNumberSet()
property Type as %RawString;
This is for internal use only.
Property methods: TypeGet(), TypeIsValid(), TypeSet()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (%Library.AbstractDefinition)

^%Library.AbstractDefinitionD(ID)
=
%%CLASSNAME
FeedbackOpens in a new tab