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 Name associated with this property, such as PortNumber or ConnectionURL.
type Fully qualified Java type of this property, such as java.
value Value associated with this property in this property set.
description Text to describe any bounds or well-defined values for this property.
required An 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