Property

Specifies arbitrary name/value pairs of data, where the name is a property key and the value is a string value which can be used to set internal system configuration properties.



Attributes Summary
name : StringThe name of the property.
value : StringThe value for the property.
description : StringAn optional description for this property value
required : booleanAn optional attribute which specifies whether this property is required to have a value.
validationExpression : StringThe console or other tools may use this value to validate the contents of the value of this property.

Attribute Details

name    -    The name of the property.
     data type:  String
     default Value:   unspecified



value    -    The value for the property.
     data type:  String
     default Value:   unspecified



description    -    An optional description for this property value
     data type:  String
     default Value:   unspecified



required    -    An optional attribute which specifies whether this property is required to have a value.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



validationExpression    -    The console or other tools may use this value to validate the contents of the value of this property.
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004