Ens.Config.MessageMap
class Ens.Config.MessageMap extends %Library.RegisteredObject, %XML.Adaptor
Property Inventory (Including Private)
Parameters
parameter XMLNAME = MapItem;
Inherited description: This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
Properties (Including Private)
property ActionMethod as %String (MAXLEN = 180, XMLNAME = "Method", XMLPROJECTION = "ELEMENT");
Property methods: ActionMethodDisplayToLogical(), ActionMethodGet(), ActionMethodIsValid(), ActionMethodLogicalToDisplay(), ActionMethodLogicalToOdbc(), ActionMethodNormalize(), ActionMethodSet()
property MessageType as %String (MAXLEN = 128, XMLNAME = "MessageType", XMLPROJECTION = "ATTRIBUTE");
Property methods: MessageTypeDisplayToLogical(), MessageTypeGet(), MessageTypeIsValid(), MessageTypeLogicalToDisplay(), MessageTypeLogicalToOdbc(), MessageTypeNormalize(), MessageTypeSet()
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()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()