J2EEResourceProperty

Properties which are specific to various resource provider implementations. Typically used to customize or configure settings per resource factory. A property has a name which is known to the resource provider's implementation, and a string value for the property. There are additonal attributes of a property such as required and validation expression which can be used by tooling such as administrative consoles to assist the user with configuring properties.



Attributes Summary
name : StringName associated with this property, such as PortNumber or ConnectionURL.
type : StringFully qualified Java type of this property, such as java.
value : StringValue associated with this property in this property set.
description : StringText to describe any bounds or well-defined values for this property.
required : booleanAn optional attribute which specifies whether this property is required to have a value.

Attribute Details

name    -    Name associated with this property, such as PortNumber or ConnectionURL.
     data type:  String
     default Value:   unspecified



type    -    Fully qualified Java type of this property, such as java.lang.Integer or java.lang.Byte.
     data type:  String
     default Value:   unspecified



value    -    Value associated with this property in this property set.
     data type:  String
     default Value:   unspecified



description    -    Text to describe any bounds or well-defined values for this property.
     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:   unspecified
     Allowed Values:  true   false  


Copyright IBM Corp. 1997-2004