%Atelier.v2.Utils.General
class %Atelier.v2.Utils.General extends %Library.RegisteredObject
Method Inventory (Including Private)
Methods (Including Private)
classmethod ValidLANG(pMode As %String, ByRef pKeywords As %String) as %String [ Language = objectscript ]
ValidLANG(pMode,pKeyword) checks that a LanguageMode attribute
is valid. If the mode is valid then it is inserted into the pKeywords
array (passed by reference) and returned as the result of ValidLANG
If the mode is invalid then ValidLANG returns "".
Note: If the pKeywords array contains a conflicting Type value or a conflicting LanguageMode value then the mode attribute is invalid.
classmethod ValidType(pType As %String, ByRef pKeywords As %String) as %String [ Language = objectscript ]
ValidType(pType,pKeyword) checks that a Type attribute is valid.
If the type is valid then it is changed to upper case, inserted into the pKeywords
array (passsed by reference) and returned as the result of ValidType
If the type is invalid then ValidType returns "".
Note: If the pKeywords array contains a conflicting Type value or a conflicting LanguageMode value then the Type attribute is invalid.
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()