%Installer.Setting
class %Installer.Setting extends %Installer.Activity
This is a "Setting" activity within a Manifest document. It configures an "Item" in a production by making a call tothe Ens.Production:ApplySettings method.Property Inventory
Properties
property Item as %String (MAXLEN = 128) [ Required ];
Item name
Property methods: ItemDisplayToLogical(), ItemGet(), ItemIsValid(), ItemLogicalToDisplay(), ItemLogicalToOdbc(), ItemNormalize(), ItemSet()
property Setting as %String (MAXLEN = 128) [ Required ];
Setting name
Property methods: SettingDisplayToLogical(), SettingGet(), SettingIsValid(), SettingLogicalToDisplay(), SettingLogicalToOdbc(), SettingNormalize(), SettingSet()
property Target as %String (MAXLEN = 128, VALUELIST = ",Item,Host,Adapter") [ Required ];
Target name
Property methods: TargetDisplayToLogical(), TargetGet(), TargetIsValid(), TargetLogicalToDisplay(), TargetLogicalToOdbc(), TargetNormalize(), TargetSet()
property Value as %String (MAXLEN = 32000) [ Required ];
Variable value
Property methods: ValueDisplayToLogical(), ValueGet(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %Indent()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()