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 administrative consoles to assist the user with configuring properties.
Package: resourcesAttributes 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. |
ignore : EBoolean | * No description is available * |
confidential : EBoolean | * No description is available * |
supportsDynamicUpdates : EBoolean | * No description is available * |
Attribute Details |