Skip to main content

%Compiler.LG.PropWrapper

Property Inventory

Method Inventory

Properties

property CacheType as %String [ Calculated ];
Property methods: CacheTypeDisplayToLogical(), CacheTypeIsValid(), CacheTypeLogicalToDisplay(), CacheTypeLogicalToOdbc(), CacheTypeNormalize()
property Compiled as %String;
Property methods: CompiledDisplayToLogical(), CompiledGet(), CompiledIsValid(), CompiledLogicalToDisplay(), CompiledLogicalToOdbc(), CompiledNormalize(), CompiledSet()
property Description as %String [ Calculated ];
Property methods: DescriptionDisplayToLogical(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize()
property DisplayList as %List [ Calculated ];
Property methods: DisplayListLogicalToOdbc(), DisplayListOdbcToLogical()
property GenFlags as %Compiler.LG.GenFlags;
Property methods: GenFlagsGet(), GenFlagsGetObject(), GenFlagsGetObjectId(), GenFlagsGetSwizzled(), GenFlagsIsEmpty(), GenFlagsIsValid(), GenFlagsNewObject(), GenFlagsSet(), GenFlagsSetObject(), GenFlagsSetObjectId(), GenFlagsUnSwizzle()
property Name as %String [ InitialExpression = 0 ];
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property ParentClass as %String [ InitialExpression = 0 ];
property is in this class
Property methods: ParentClassDisplayToLogical(), ParentClassGet(), ParentClassIsValid(), ParentClassLogicalToDisplay(), ParentClassLogicalToOdbc(), ParentClassNormalize(), ParentClassSet()
property ValueList as %List [ Calculated ];
Property methods: ValueListLogicalToOdbc(), ValueListOdbcToLogical()
property ii as %Integer [ Calculated , InitialExpression = 0 ];
first index of property in $zobjval
Property methods: iiDisplayToLogical(), iiIsValid(), iiLogicalToDisplay(), iiNormalize()
property jj as %Integer [ Calculated , InitialExpression = 0 ];
second index of property in $zobjval
Property methods: jjDisplayToLogical(), jjIsValid(), jjLogicalToDisplay(), jjNormalize()
property kk as %Integer [ Calculated , InitialExpression = 0 ];
fifth index of property in $zobjval
Property methods: kkDisplayToLogical(), kkIsValid(), kkLogicalToDisplay(), kkNormalize()

Methods

method CacheTypeGet() as %String
method Count() as %Integer
classmethod CreateCompiledPropertyArray(Class As %String, ByRef Properties As %ArrayOfObjects, TreatStreamsAsObjects As %Integer = 0, DerivedClass As %String, GenFlags As %Compiler.LG.GenFlags) as %Status
classmethod CreateProperty(Class As %String, Property As %String, Properties As %Compiler.LG.PropWrapper, TreatStreamsAsObjects As %Integer = 0, GenFlags As %Compiler.LG.GenFlags) as %Status
classmethod CreatePropertyArray(Class As %String, ByRef Properties As %Compiler.LG.PropWrapper, TreatStreamsAsObjects As %Integer = 0, GenFlags As %Compiler.LG.GenFlags) as %Status
method DescriptionGet() as %String
method DisplayListGet() as %List
method GetArray() as %Boolean
method GetBaseClass() as %String
method GetCMPFieldName() as %String
method GetCalculated() as %Boolean
method GetCollection() as %Boolean
method GetElementType() as %String
method GetElementTypeCode() as %String
method GetEmbedded() as %Boolean
method GetFullType() as %String
method GetIsOverriden() as %Boolean
method GetList() as %Boolean
method GetNext(ByRef key As %String) as %Compiler.LG.PropWrapper
method GetPersistent() as %Boolean
method GetPrimitive(StreamsAreObjects As %Boolean = 1) as %Boolean
method GetType() as %Integer
method IsGetPrivate() as %Boolean
method IsSetPrivate() as %Boolean
method PropertyDataGet() as %String
method ReadOnly() as %Boolean
method SetIIJJKK(Name)
method SetIsOverriden() as %Boolean
method ValueListGet() as %List
method iiGet() as %Integer
method jjGet() as %Integer
method kkGet() as %Integer

Inherited Members

Inherited Methods

FeedbackOpens in a new tab