VariableSubstitutionEntry
This type is a class for model objects.
VariableSubstitutionEntry defines the variable name (symbolicName) that can be used to represent the real value any where within the scope of the variable map. For instance, the symbolic name "${USER_INSTALL_ROOT}" can be used to represent the real value "/home/mydir/was50" in any configuration document within the scope of the variables.xml file in which this VariableSubstitutionEntry is defined.
Package: variables
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Collection attributes having this type:
VariableMap.entries
Attributes Summary |
symbolicName : EString |
The symbolic name representing a physical path or URL root. This pathname will get substituted into path names configured in the system.
For example on windows, "CONFIG_ROOT"
|
value : EString |
The absolute path which the symbolic name represents.
For example on windows, "C:\WebSphere\AppServer\Config"
|
description : EString |
A description of what this symbolic root signifies.
|
symbolicName - The symbolic name representing a physical path or URL root. This pathname will get substituted into path names configured in the system.
For example on windows, "CONFIG_ROOT"
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
value - The absolute path which the symbolic name represents.
For example on windows, "C:\WebSphere\AppServer\Config"
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
description - A description of what this symbolic root signifies.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
(C) COPYRIGHT International Business Machines Corp. 1996-2006