Skip to main content

%Compiler.Type.RegisteredObject

class %Compiler.Type.RegisteredObject extends %Compiler.Type.Literal

Property superclass for registered object values, for internal use only

Method Inventory

Methods

method Get() as %RawString
method GetSwizzled() as %RegisteredObject
Returns an oref, performing swizzling if necessary it returns "" ($$$NULLOREF) if there is no oref and the id=""
method NewObject() as %ObjectHandle
Creates a new object for the referenced property
method Set(newvalue As %RawString) as %Status
Set the property to an oref value if the new oref is different from an old oref, the old object is closed

Inherited Members

Inherited Methods

FeedbackOpens in a new tab