Skip to main content

%Compiler.LG.MetaClassDef

Property Inventory

Method Inventory

Properties

property classType as %Integer;
Property methods: classTypeDisplayToLogical(), classTypeGet(), classTypeIsValid(), classTypeLogicalToDisplay(), classTypeNormalize(), classTypeSet()
property clientObjTypeClassifier as %Integer;
Property methods: clientObjTypeClassifierDisplayToLogical(), clientObjTypeClassifierGet(), clientObjTypeClassifierIsValid(), clientObjTypeClassifierLogicalToDisplay(), clientObjTypeClassifierNormalize(), clientObjTypeClassifierSet()
property dict as list of %String (MAXLEN = 512);
Property methods: dictBuildValueArray(), dictCollectionToDisplay(), dictCollectionToOdbc(), dictDisplayToCollection(), dictDisplayToLogical(), dictGet(), dictGetObject(), dictGetObjectId(), dictGetSwizzled(), dictIsValid(), dictLogicalToDisplay(), dictLogicalToOdbc(), dictNormalize(), dictOdbcToCollection(), dictSet(), dictSetObject(), dictSetObjectId()
property dictCount as %Integer [ InitialExpression = 0 , Transient ];
Property methods: dictCountDisplayToLogical(), dictCountGet(), dictCountIsValid(), dictCountLogicalToDisplay(), dictCountNormalize(), dictCountSet()
property hasDeleteId as %Boolean;
Property methods: hasDeleteIdDisplayToLogical(), hasDeleteIdGet(), hasDeleteIdIsValid(), hasDeleteIdLogicalToDisplay(), hasDeleteIdNormalize(), hasDeleteIdSet()
property hasExistsId as %Boolean;
Property methods: hasExistsIdDisplayToLogical(), hasExistsIdGet(), hasExistsIdIsValid(), hasExistsIdLogicalToDisplay(), hasExistsIdNormalize(), hasExistsIdSet()
property hasNew as %Boolean;
Property methods: hasNewDisplayToLogical(), hasNewGet(), hasNewIsValid(), hasNewLogicalToDisplay(), hasNewNormalize(), hasNewSet()
property hasOpen as %Boolean;
Property methods: hasOpenDisplayToLogical(), hasOpenGet(), hasOpenIsValid(), hasOpenLogicalToDisplay(), hasOpenNormalize(), hasOpenSet()
property hasOpenId as %Boolean;
Property methods: hasOpenIdDisplayToLogical(), hasOpenIdGet(), hasOpenIdIsValid(), hasOpenIdLogicalToDisplay(), hasOpenIdNormalize(), hasOpenIdSet()
property isAbstract as %Boolean;
Property methods: isAbstractDisplayToLogical(), isAbstractGet(), isAbstractIsValid(), isAbstractLogicalToDisplay(), isAbstractNormalize(), isAbstractSet()
property mdict [ MultiDimensional ];
Property methods: mdictDisplayToLogical(), mdictGet(), mdictIsValid(), mdictLogicalToDisplay(), mdictLogicalToOdbc(), mdictNormalize(), mdictSet()
property methods as list of MetaMethodDef;
Property methods: methodsBuildValueArray(), methodsCollectionToDisplay(), methodsCollectionToOdbc(), methodsDisplayToCollection(), methodsGet(), methodsGetObject(), methodsGetObjectId(), methodsGetSwizzled(), methodsIsValid(), methodsOdbcToCollection(), methodsSet(), methodsSetObject(), methodsSetObjectId()
property name as %String (MAXLEN = 512);
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property package as %String (MAXLEN = 512);
Property methods: packageDisplayToLogical(), packageGet(), packageIsValid(), packageLogicalToDisplay(), packageLogicalToOdbc(), packageNormalize(), packageSet()
property properties as list of MetaPropDef;
Property methods: propertiesBuildValueArray(), propertiesCollectionToDisplay(), propertiesCollectionToOdbc(), propertiesDisplayToCollection(), propertiesGet(), propertiesGetObject(), propertiesGetObjectId(), propertiesGetSwizzled(), propertiesIsValid(), propertiesOdbcToCollection(), propertiesSet(), propertiesSetObject(), propertiesSetObjectId()
property queries as list of MetaQueryDef;
Property methods: queriesBuildValueArray(), queriesCollectionToDisplay(), queriesCollectionToOdbc(), queriesDisplayToCollection(), queriesGet(), queriesGetObject(), queriesGetObjectId(), queriesGetSwizzled(), queriesIsValid(), queriesOdbcToCollection(), queriesSet(), queriesSetObject(), queriesSetObjectId()
property shortname as %String (MAXLEN = 512);
Property methods: shortnameDisplayToLogical(), shortnameGet(), shortnameIsValid(), shortnameLogicalToDisplay(), shortnameLogicalToOdbc(), shortnameNormalize(), shortnameSet()
property staticDictCount as %Integer [ Transient ];
Property methods: staticDictCountDisplayToLogical(), staticDictCountGet(), staticDictCountIsValid(), staticDictCountLogicalToDisplay(), staticDictCountNormalize(), staticDictCountSet()
property super as %String (MAXLEN = 512);
Property methods: superDisplayToLogical(), superGet(), superIsValid(), superLogicalToDisplay(), superLogicalToOdbc(), superNormalize(), superSet()

Methods

method AddString(name As %String)
method CreateStaticPortionOfDict()
method FilterAndTransform(Class As %String, PropName1 As %String) as %Status
method GetDict(dict) as %Status
method GetMethods(Class As %String, LanguageType As %Integer, ExcludeSpecials As %Integer, GenFlags As %Compiler.LG.GenFlags) as %Status
method GetProperties(Class As %String, LanguageType As %Integer, GenFlags As %Compiler.LG.GenFlags) as %Status
method GetQueries(Class As %String, LanguageType As %Integer) as %Status
method KillDict() as %Status
method MakeDict() as %Status
classmethod WriteStaticDictJavaArrayInit()
classmethod WriteStaticDictJavaCode()
method send()
method serialize(out As %GlobalBinaryStream)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab