Skip to main content

%Activate.Variant

class %Activate.Variant extends %Library.RegisteredObject

Property Inventory

Method Inventory

Properties

property Type as %Integer;
This is the type of the variant
Property methods: TypeDisplayToLogical(), TypeGet(), TypeIsValid(), TypeLogicalToDisplay(), TypeNormalize(), TypeSet()
property Value;
This is the value of the variant
Property methods: ValueDisplayToLogical(), ValueGet(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()

Methods

classmethod FALSE() as %Activate.Variant
This method creates a Variant of type BOOLEAN whose value is FALSE
classmethod TRUE() as %Activate.Variant
This method creates a Variant of type BOOLEAN whose value is TRUE

Inherited Members

Inherited Methods

FeedbackOpens in a new tab