J2EEResourceProperty


This type is a class for model objects.

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 admin consoles to assist the user with configuring properties.

Package: resources

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Collection attributes having this type:
  ActivationSpecTemplateProps.resourceProperties
  AdminObjectTemplateProps.properties
  ConnectionDefTemplateProps.resourceProperties
  J2CActivationSpec.resourceProperties
  J2CAdminObject.properties
  J2EEResourcePropertySet.resourceProperties



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

type  -  Fully qualified Java type of this property, such as java.lang.Integer or java.lang.Byte.
    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  -  Value associated with this property in this property set.
    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  -  Text to describe any bounds or well-defined values for this property.
    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

required  -  An optional attribute which specifies whether this property is required to have a value.
    Data Type: EBoolean
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  true
    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