%MV.EnumClass
class %MV.EnumClass extends %Library.RegisteredObject
This class is used by CMQL and other MV engines to determine the make up of a class that describes metadata for any particular file that is projected in to the file space.Method Inventory (Including Private)
Methods (Including Private)
classmethod Indexes(className As %String, includeNamespace As %Boolean) as %String [ Language = objectscript ]
Returns all information regarding the indexes described by a particuler MV class in a string serialized form that is usable by the CMQL parser
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()