Class Reference
%Library.CompiledMethod
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%Library] >  [CompiledMethod]
Private  Storage

persistent class %Library.CompiledMethod extends %Persistent

Note: The class definition classes in the %Library package have been superceded by those in the %Dictionary package.

This class represents a specific method description for a compiled class contained within the Caché Dictionary.

For more information on class definition classes, refer to About Class Definition Classes.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6


Summary

Properties
ClassMethod ClassName Name Private QuitWithValue
ReturnType

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BuildIndices
%CheckUnique %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%IsA %IsModified %KillExtent %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PurgeIndices
%Reload %RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack
%Save %SaveDirect %SerializeObject %SetModified
%SortBegin %SortEnd %SyncObjectIn %SyncTransport
%UnlockExtent %UnlockId %ValidateObject


Properties

• property ClassMethod as %CacheString;
A flag indicating whether the method is a class method (1) or an instance method (0).
• property ClassName as %CacheString;
A string containing the name of the class the method belongs to.
• property Name as %CacheString;
A string containing the name of the method.
• property Private as %CacheString;
A flag indicating whether the method is private (1) or public (0).
• property QuitWithValue as %CacheString;
A flag indicating whether the method returns a value (1) or not (0).
• property ReturnType as %CacheString;
A string containing the return type (a class name) for the method. If there is no return type it contains a null string ("").